diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-08-04 06:32:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-08-04 06:32:52 +0000 |
commit | d1345f067e18a2967638eb888c7ff5010d523acf (patch) | |
tree | 209a7f9055e89cd63d6f0a7994ae923b12312cb5 /Makefile | |
parent | 1172dbb8b15c2ccddfa9492850d2f6fbb61e2263 (diff) | |
download | buildroot-novena-d1345f067e18a2967638eb888c7ff5010d523acf.tar.gz buildroot-novena-d1345f067e18a2967638eb888c7ff5010d523acf.zip |
Allow packages to use fakeroot. To accomodate this, convert all
target filesystem creation tools to also use fakeroot.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ $(TARGET_DIR): if [ -d "$(TARGET_SKEL_DIR)" ] ; then \ cp -a $(TARGET_SKEL_DIR)/* $(TARGET_DIR)/; \ fi; + touch $(STAGING_DIR)/fakeroot.env -find $(TARGET_DIR) -type d -name CVS | xargs rm -rf -find $(TARGET_DIR) -type d -name .svn | xargs rm -rf |