diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-19 01:14:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-19 01:14:11 +0000 |
commit | 83bb3ab9f2a869063c084c77d9fb91d70b0dc4e7 (patch) | |
tree | 7112284f848c29b9dbf339bb50f15721b7df98ad /make/jffs2root.mk | |
parent | cc93d0f9a74a280021d80f1b0dc941314bc61f83 (diff) |
Fixup a couple of little buglets that snuck in
Diffstat (limited to 'make/jffs2root.mk')
-rw-r--r-- | make/jffs2root.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jffs2root.mk b/make/jffs2root.mk index 77ab5c998..b0f8ce7b6 100644 --- a/make/jffs2root.mk +++ b/make/jffs2root.mk @@ -28,7 +28,7 @@ mtd: $(MKFS_JFFS2) # ############################################################# -jffs2root: jffs2 +jffs2root: mtd -@find $(TARGET_DIR)/lib -type f -name \*.so\* | xargs $(STRIP) --strip-unneeded 2>/dev/null || true; -@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true; @rm -rf $(TARGET_DIR)/usr/man |