* [PATCH] build: remove old SYMLINKS variable
@ 2011-06-25 6:30 Mike Frysinger
2011-06-25 7:04 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2011-06-25 6:30 UTC (permalink / raw)
To: linux-mtd
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>
---
Makefile | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
index 8bdba8e..d69206a 100644
--- 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)
--
1.7.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] build: remove old SYMLINKS variable
2011-06-25 6:30 [PATCH] build: remove old SYMLINKS variable Mike Frysinger
@ 2011-06-25 7:04 ` Artem Bityutskiy
0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2011-06-25 7:04 UTC (permalink / raw)
To: Mike Frysinger; +Cc: linux-mtd
On Sat, 2011-06-25 at 02:30 -0400, Mike Frysinger wrote:
> 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>
> ---
> Makefile | 6 ------
> 1 files changed, 0 insertions(+), 6 deletions(-)
Pushed to mtd-utils.git, thanks!
--
Best Regards,
Artem Bityutskiy (Битюцкий Артём)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-25 7:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 6:30 [PATCH] build: remove old SYMLINKS variable Mike Frysinger
2011-06-25 7:04 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).