diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2013-11-07 00:12:30 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 00:30:21 +0100 |
commit | 053d678a6c8667b2dd8f4e1940a34cba31f338d3 (patch) | |
tree | 6a638dfeee110197d85283ce6938a4de3c5e3ba7 /fs | |
parent | 75b6303a9a5bf1b7e62b69bb8ddc7e138ef9775f (diff) | |
download | buildroot-053d678a6c8667b2dd8f4e1940a34cba31f338d3.tar.gz buildroot-053d678a6c8667b2dd8f4e1940a34cba31f338d3.zip |
rootfs-common: remove the now unused ROOTFS_<PKG>_POST_GEN_HOOKS
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/common.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/common.mk b/fs/common.mk index 01d2c00bbe..f22fb61e0a 100644 --- a/fs/common.mk +++ b/fs/common.mk @@ -16,9 +16,6 @@ # ROOTFS_$(FSTYPE)_PRE_GEN_HOOKS, a list of hooks to call before # generating the filesystem image # -# ROOTFS_$(FSTYPE)_POST_GEN_HOOKS, a list of hooks to call after -# generating and compressing the filesystem image -# # ROOTFS_$(FSTYPE)_POST_TARGETS, the list of targets that should be # run after running the main filesystem target. This is useful for # initramfs, to rebuild the kernel once the initramfs is generated. @@ -63,7 +60,6 @@ endif $$(HOST_DIR)/usr/bin/fakeroot -- $$(FAKEROOT_SCRIPT) cp support/misc/target-dir-warning.txt $$(TARGET_DIR_WARNING_FILE) -@rm -f $$(FAKEROOT_SCRIPT) $$(FULL_DEVICE_TABLE) - $$(foreach hook,$$(ROOTFS_$(2)_POST_GEN_HOOKS),$$(call $$(hook))$$(sep)) ifeq ($$(BR2_TARGET_ROOTFS_$(2)_GZIP),y) gzip -9 -c $$@ > $$@.gz endif |