浏览代码

Remember to strip things

Eric Andersen 23 年之前
父节点
当前提交
e15704c988
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      make/ext2root.mk

+ 2 - 2
make/ext2root.mk

@@ -39,8 +39,8 @@ SIZE=8000
 INODES=1000
 INODES=1000
 
 
 ext2root: genext2fs #$(shell find $(TARGET_DIR) -type f)
 ext2root: genext2fs #$(shell find $(TARGET_DIR) -type f)
-	#-@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;
+	-@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;
 	$(GENEXT2_DIR)/genext2fs -i $(INODES) -b $(SIZE) -d $(TARGET_DIR) -D $(SOURCE_DIR)/device_table.txt $(IMAGE)
 	$(GENEXT2_DIR)/genext2fs -i $(INODES) -b $(SIZE) -d $(TARGET_DIR) -D $(SOURCE_DIR)/device_table.txt $(IMAGE)
 
 
 ext2root-source: $(DL_DIR)/$(GENEXT2_SOURCE)
 ext2root-source: $(DL_DIR)/$(GENEXT2_SOURCE)