diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-27 14:11:26 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-27 14:11:26 +0200 |
commit | aacfa1803358fa97afc3e2423956d97a9292d60d (patch) | |
tree | 1814a5cfe45bc45a117970fab4d07668d6df4bba /fs | |
parent | 062cebb08fa9079b39f61144224de2ad2e2e56a6 (diff) | |
parent | 0e12aa3e0f9a3a1170196c1f078f633fcbc92568 (diff) |
Merge branch 'graph-dependencies' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'fs')
-rw-r--r-- | fs/common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/common.mk b/fs/common.mk index a3248c165..50dc97425 100644 --- a/fs/common.mk +++ b/fs/common.mk @@ -57,6 +57,9 @@ ifeq ($$(BR2_TARGET_ROOTFS_$(2)_LZMA),y) $(LZMA) -9 -c $$@ > $$@.lzma endif +$(1)-root-show-depends: + @echo $(ROOTFS_$(2)_DEPENDENCIES) host-fakeroot host-makedevs $(if $(BR2_TARGET_ROOTFS_$(2)_LZMA),host-lzma) + $(1)-root: $(BINARIES_DIR)/rootfs.$(1) ifeq ($$(BR2_TARGET_ROOTFS_$(2)),y) |