buildroot/package/expat
Peter Korsgaard e7b38c71ce 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.
2009-03-19 11:06:47 +00:00
..
Config.in expat: fixup help text 2009-03-18 21:21:39 +00:00
expat-libdir-la.patch expat: convert to Makefile.autotools.in format 2009-03-16 20:58:04 +00:00
expat.mk package: add STAMP_DIR and use for host builds 2009-03-19 11:06:47 +00:00
Makefile.in package/: get rid of unneeded $(strip ..) 2008-12-08 08:15:27 +00:00