diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-22 13:30:39 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-22 13:31:54 +0100 |
commit | 2990a21058243b067bb56fed36ee69205595993e (patch) | |
tree | 500ca7bc63912d4c54891232000d882c81c00d3a /Makefile | |
parent | f798776188eaf1a9c0345da66a848a5cbe3cfb71 (diff) | |
download | openwrt-2990a21058243b067bb56fed36ee69205595993e.tar.gz openwrt-2990a21058243b067bb56fed36ee69205595993e.tar.bz2 openwrt-2990a21058243b067bb56fed36ee69205595993e.zip |
build: always run package/cleanup before package/compile
Remove unnecessary stampfile indirection
Fixes an issue with the command sequence used by buildbot
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ else $(toolchain/stamp-compile): $(tools/stamp-compile) $(target/stamp-compile): $(toolchain/stamp-compile) $(tools/stamp-compile) $(BUILD_DIR)/.prepared -$(package/stamp-compile): $(target/stamp-compile) $(package/stamp-cleanup) +$(package/stamp-compile): $(target/stamp-compile) $(package/stamp-install): $(package/stamp-compile) $(target/stamp-install): $(package/stamp-compile) $(package/stamp-install) check: $(tools/stamp-check) $(toolchain/stamp-check) $(package/stamp-check) |