lp:~wence/fluidity/make-fixes

Created by Lawrence Mitchell and last modified
Get this branch:
bzr branch lp:~wence/fluidity/make-fixes
Only Lawrence Mitchell can upload to this branch. If you are Lawrence Mitchell please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Lawrence Mitchell
Project:
Fluidity
Status:
Merged

Recent revisions

3483. By Lawrence Mitchell

Add libwm to clean-light target

Now that the libwm target is no longer .PHONY, we need to clean it
when cleaning lib/libfluidity.a (for example via clean-light). This
ensures that make; make clean-light; make works as a build sequence.

3482. By Lawrence Mitchell

Merge from trunk

3481. By Lawrence Mitchell

Merge from trunk

3480. By Lawrence Mitchell

scripts: Don't use with in make_check_options and make_register_diagnostics

The with statement only appeared in python 2.5 (in __future__) which
is not the minimum supported version. So just use try/finally to open
the output file instead.

3479. By Lawrence Mitchell

Merge from trunk.

3478. By Lawrence Mitchell

Merge from trunk

3477. By Lawrence Mitchell

Makefile.in: Use bzr revision-info not version-info

The latter takes a looong time, especially with a custom format, and
the former produces equally usable results.

3476. By Lawrence Mitchell

Makefile.in: Remove unnecessary --check-clean from VERSION

Should have gone with previous change, but was missed.

3475. By Lawrence Mitchell

Makefile.in: Remove {clean} spec from VERSION info

It turns out bzr version-info reports a dirty tree if there are any
untracked files in a tree, rather than only if there are changes to
tracked files, which isn't a very useful thing to know. So don't
include that information.

3474. By Lawrence Mitchell

libwm/Makefile.in: Avoid spurious touch of ../lib/libfluidity.a

Rather than having the default rule depend on $(OBJS) directly, depend
on $(LIB), with $(LIB) depending on $(OBJS). This avoids spuriously
touching $(LIB) when there has been no change to the source.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:fluidity
This branch contains Public information 
Everyone can see this information.