package: add STAMP_DIR and use for host builds
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 19 Mar 2009 11:06:47 +0000 (11:06 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 19 Mar 2009 11:06:47 +0000 (11:06 -0000)
commite7b38c71ce55720f7709f0049f5bfc71ca0615ec
tree2ce70187ad1380f02c1777e7da3a48fb16d9f26a
parentf58ff9a25f24576e032c65d762e5b8fdd2cf5c1c
package: add STAMP_DIR and use for host builds

Move stamp (dependency) files outside the (version specific) source
directories, so other packages can hardcode dependencies on them instead
of having to use <PACKAGE>_VERSION variables.

This is important as the variables in the make rules are evaluated when
the rules is seen, which might be before the dependent makefile is parsed
(and hence <PACKAGE>_VERSION variable is known, screwing up stuff.

The downside of this is that the package isn't automatically rebuilt
when the version changes (E.G. by a svn update) and you now also have to
remove the stamp files next to $(BUILD_DIR)/<PACKAGE>-* to force a rebuild.
15 files changed:
Makefile
package/Makefile.in
package/atk/atk.mk
package/cairo/cairo.mk
package/dbus-glib/dbus-glib.mk
package/dbus/dbus.mk
package/expat/expat.mk
package/fontconfig/fontconfig.mk
package/freetype/freetype.mk
package/libglib2/libglib2.mk
package/libgtk2/libgtk2.mk
package/pango/pango.mk
package/pixman/pixman.mk
package/pkgconfig/pkgconfig.mk
project/Makefile.in