|
@@ -32,8 +32,8 @@ $(E2FSPROGS_DIR)/.configured: $(E2FSPROGS_DIR)/.unpacked
|
|
--with-linker=$(TARGET_CROSS)ld \
|
|
--with-linker=$(TARGET_CROSS)ld \
|
|
--prefix=/usr \
|
|
--prefix=/usr \
|
|
--exec-prefix=/usr \
|
|
--exec-prefix=/usr \
|
|
- --bindir=/usr/bin \
|
|
|
|
- --sbindir=/usr/sbin \
|
|
|
|
|
|
+ --bindir=/bin \
|
|
|
|
+ --sbindir=/sbin \
|
|
--libexecdir=/usr/lib \
|
|
--libexecdir=/usr/lib \
|
|
--sysconfdir=/etc \
|
|
--sysconfdir=/etc \
|
|
--datadir=/usr/share \
|
|
--datadir=/usr/share \
|
|
@@ -48,12 +48,12 @@ $(E2FSPROGS_DIR)/.configured: $(E2FSPROGS_DIR)/.unpacked
|
|
touch $(E2FSPROGS_DIR)/.configured
|
|
touch $(E2FSPROGS_DIR)/.configured
|
|
|
|
|
|
$(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY): $(E2FSPROGS_DIR)/.configured
|
|
$(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY): $(E2FSPROGS_DIR)/.configured
|
|
- $(MAKE1) PATH=$(TARGET_PATH) -C $(E2FSPROGS_DIR)
|
|
|
|
|
|
+ $(MAKE) PATH=$(TARGET_PATH) -C $(E2FSPROGS_DIR)
|
|
-$(STRIP) $(E2FSPROGS_DIR)/misc/*
|
|
-$(STRIP) $(E2FSPROGS_DIR)/misc/*
|
|
touch -c $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY)
|
|
touch -c $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY)
|
|
|
|
|
|
$(TARGET_DIR)/$(E2FSPROGS_TARGET_BINARY): $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY)
|
|
$(TARGET_DIR)/$(E2FSPROGS_TARGET_BINARY): $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY)
|
|
- $(MAKE1) PATH=$(TARGET_PATH) DESTDIR=$(TARGET_DIR) -C $(E2FSPROGS_DIR) install
|
|
|
|
|
|
+ $(MAKE) PATH=$(TARGET_PATH) DESTDIR=$(TARGET_DIR) -C $(E2FSPROGS_DIR) install
|
|
rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \
|
|
rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \
|
|
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
|
|
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
|
|
touch -c $(TARGET_DIR)/$(E2FSPROGS_TARGET_BINARY)
|
|
touch -c $(TARGET_DIR)/$(E2FSPROGS_TARGET_BINARY)
|