summaryrefslogtreecommitdiff
path: root/fs/common.mk
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2013-11-07 00:12:29 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-11-11 00:29:44 +0100
commit75b6303a9a5bf1b7e62b69bb8ddc7e138ef9775f (patch)
tree7011650c646617b0d13e1bc93553b5584ddd2615 /fs/common.mk
parent646bd86908f7f995cdc2b95e0be381d97600f905 (diff)
rootfs-ext2: make the symlink as a _POST_TARGET
This will allow us to remove the unused ROOTFS_$(FSTYPE)_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/common.mk')
-rw-r--r--fs/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/common.mk b/fs/common.mk
index 4dab7ea28..01d2c00bb 100644
--- a/fs/common.mk
+++ b/fs/common.mk
@@ -17,7 +17,7 @@
# generating the filesystem image
#
# ROOTFS_$(FSTYPE)_POST_GEN_HOOKS, a list of hooks to call after
-# generating the filesystem image
+# 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