diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-04-07 22:42:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-04-07 22:42:15 +0000 |
commit | 5418a92350168fbdc1f07839c783cb70952ecc06 (patch) | |
tree | 7fa5d79686d4939f189ac2bd28f239825fe14ec4 /Makefile | |
parent | ee66f55213b1fd5a006e8638d524e490c9f65f3b (diff) | |
download | buildroot-novena-5418a92350168fbdc1f07839c783cb70952ecc06.tar.gz buildroot-novena-5418a92350168fbdc1f07839c783cb70952ecc06.zip |
make sure things still work even when fakeroot is not in active use
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ $(TARGET_DIR): if [ -d "$(TARGET_SKEL_DIR)" ] ; then \ cp -a $(TARGET_SKEL_DIR)/* $(TARGET_DIR)/; \ fi; - touch $(STAGING_DIR)/fakeroot.env + touch $(STAGING_DIR)/.fakeroot.00000 -find $(TARGET_DIR) -type d -name CVS | xargs rm -rf -find $(TARGET_DIR) -type d -name .svn | xargs rm -rf |