buildrootschalter/project
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 BR2_BANNER: set to 'Welcome to Buildroot' 2009-01-15 14:50:03 +00:00
Makefile.in package: add STAMP_DIR and use for host builds 2009-03-19 11:06:47 +00:00
project.mk Fix BOARD_PATH for local projects 2009-01-06 23:38:33 +00:00