diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2011-06-25 02:30:01 -0400 | 
|---|---|---|
| committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-06-25 10:04:12 +0300 | 
| commit | 966122b0bbb175e9d8cc9876bb455e12c1d70eb9 (patch) | |
| tree | f6355042ba50665e0984acf8a84bd9396d3480c9 /Makefile | |
| parent | 4e751144ba287ed92de644eabb8d8a2f4971ecbb (diff) | |
build: remove old SYMLINKS variable
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>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 0 insertions, 6 deletions
@@ -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)  | 
