diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-11-05 10:41:31 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-11-05 10:41:31 +0000 |
commit | d86faadff9f421300c9cef69758950485e1b5d3e (patch) | |
tree | d688ecee6a745f7e112b290134b6c023b03c3f63 /package/Makefile.autotools.in | |
parent | 5599a3102e6f0d1dca9dbfa2f220e2cc137c3f4a (diff) | |
download | buildroot-novena-d86faadff9f421300c9cef69758950485e1b5d3e.tar.gz buildroot-novena-d86faadff9f421300c9cef69758950485e1b5d3e.zip |
Move creation of $(PROJECT_BUILD_DIR)/autotools-stamps into top level Makefile
This patch will create the autotools-stamps directory early in the build
process, thus making it possible for non Makefile.autotools.in packages to use
this directory to hold stamp files.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r-- | package/Makefile.autotools.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 1a38d4ffb..6d62c047a 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -258,7 +258,6 @@ $(PROJECT_BUILD_DIR)/autotools-stamps/%_target_installed: $(if $(BR2_HAVE_DOCUMENTATION),,for d in doc share/doc; do \ rm -rf $(TARGET_DIR)/$$d $(TARGET_DIR)/usr/$$d; \ done) - $(Q)mkdir -p $(@D) touch $@ $(BUILD_DIR)/%/.stamp_cleaned: |