sim: delete unused sim-inline.c rule
authorMike Frysinger <vapier@gentoo.org>
Sun, 15 Mar 2015 00:52:24 +0000 (20:52 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 15 Mar 2015 00:56:04 +0000 (20:56 -0400)
This dates back to the start of the repo, but has never really been used.
The sim-inline.c file has been checked in to the source, and attempts to
build it in the build tree leads to a circular dep warning from make.  It
also doesn't produce a file that is usable -- it can't be compiled.  Punt!

sim/common/ChangeLog
sim/common/Make-common.in

index 60d4ba56c12ffd79535a4024f8e92eaac7d809dc..cd51d62e3f671d60f52cecd7660f9c891ffdccb2 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Make-common.in (BUILT_SRC_FROM_COMMON): Delete.
+       (sim-inline.c): Delete rule.
+
 2015-03-14  Mike Frysinger  <vapier@gentoo.org>
 
        * Make-common.in (SIM_RUN_OBJS): Change to nrun.o.
index 2004abb5fd46c6a26fc28b5a06c6a48499a2e4a8..734461ac86c641605d00d7992edfb3605d5f718b 100644 (file)
@@ -447,15 +447,6 @@ $(all_object_files) : $(generated_files)
 # Dependencies.
 @GMAKE_TRUE@-include $(patsubst %.o, $(DEPDIR)/%.Po, $(all_object_files))
 
-BUILT_SRC_FROM_COMMON= \
-       sim-inline.c
-
-sim-inline.c: $(srccom)/sim-inline.c
-       rm -f $@ tmp-$@
-       echo "# 1 \"$(srccom)/$@\"" > tmp-$@
-       cat $(srccom)/$@ >> tmp-$@
-       $(SHELL) $(srcdir)/../../move-if-change tmp-$@ $@
-
 # FIXME This is one very simple-minded way of generating the file hw-config.h
 hw-config.h: Makefile.in $(srccom)/Make-common.in config.status Makefile
        rm -f tmp-hw.h
This page took 0.028834 seconds and 4 git commands to generate.