]> www.infradead.org Git - mtd-utils.git/commitdiff
build: remove old SYMLINKS variable
authorMike Frysinger <vapier@gentoo.org>
Sat, 25 Jun 2011 06:30:01 +0000 (02:30 -0400)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 25 Jun 2011 07:04:12 +0000 (10:04 +0300)
This is only used to create symlinks to out of tree files.  I doubt it
has any relevance anymore now that jffs2 has been merged into mainline.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Makefile

index 8bdba8e9817757986cfbce15d781d54fcac5a80f..d69206ac9b24f3552d25eb9547c79842ee9ff820 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,6 @@ TARGETS = ftl_format flash_erase nanddump doc_loadbios \
        sumtool #jffs2reader
 SCRIPTS = flash_eraseall
 
-SYMLINKS =
-
 LDLIBS = -L$(BUILDDIR)/lib -lmtd
 LDDEPS = $(BUILDDIR)/lib/libmtd.a
 
@@ -36,7 +34,6 @@ include common.mk
 subdirs_mkfs.ubifs_all: subdirs_ubi-utils_all
 
 clean::
-       -rm -f $(SYMLINKS)
 ifneq ($(BUILDDIR)/.git,)
 ifneq ($(BUILDDIR),.)
 ifneq ($(BUILDDIR),$(CURDIR))
@@ -46,9 +43,6 @@ endif
 endif
        $(MAKE) -C $(TESTS) clean
 
-$(SYMLINKS):
-       ln -sf ../fs/jffs2/$@ $@
-
 $(BUILDDIR)/mkfs.jffs2: $(addprefix $(BUILDDIR)/,\
        compr_rtime.o mkfs.jffs2.o compr_zlib.o compr_lzo.o \
        compr.o rbtree.o)