add maintainer-clean Makefile targets
authorIan Lance Taylor <ian@airs.com>
Wed, 20 Sep 1995 17:38:13 +0000 (17:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 20 Sep 1995 17:38:13 +0000 (17:38 +0000)
sim/arm/ChangeLog
sim/ppc/ChangeLog
sim/sh/ChangeLog
sim/sh/Makefile.in
sim/w65/ChangeLog
sim/w65/Makefile.in

index 700fc48fe9cf2a7cd3b08619631cb4ac0a3e76b0..d961fbaf59e8729022063d9f2c688772967e1346 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 20 13:35:54 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (maintainer-clean): New synonym for realclean.
+
 Fri Sep  8 14:27:20 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Remove AC_PROG_INSTALL.
index 3b85aa358112294d74d108d3fa0cf416eafa991b..c2697333aa905bd82a01504897248200e15ec113 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 20 13:36:06 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (maintainer-clean): New synonym for realclean.
+
 Sun Sep 10 10:23:56 1995  Michael Tiemann  <tiemann@axon.cygnus.com>
 
        * registers.c (register_description): Add gdb synonyms for cr
index d82bbc949941fc8a056b8fa33e1b2516e689268b..b28aaa06096a54821e5b3aadb98120e43f84d864 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 20 13:35:13 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (maintainer-clean): New synonym for realclean.
+
 Wed Sep 20 09:51:50 1995  steve chamberlain  <sac@slash.cygnus.com>
 
        * run.c (sim_callback_write_stdout):  New.
index 2b9cdf3750d0270915f9bc8f3c088cedf0725278..cdd838e61b1b9db454a6f8774be682a27ad91f8c 100644 (file)
@@ -120,7 +120,7 @@ clean:
        rm -f *.[oa] *~ core *.E *.p *.ip aout-params.h gen-aout
        rm -f run libsim.a
 
-distclean mostlyclean realclean: clean
+distclean mostlyclean maintainer-clean realclean: clean
        rm -f TAGS
        rm -f Makefile config.cache config.log config.status
 
index 03707a0e7313294296caa1e94c7b8f0ed040c0df..35e90f115ae2719d653db0d8c24c289c7db49125 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 20 13:35:43 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (maintainer-clean): New synonym for realclean.
+
 Fri Sep  8 14:03:32 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Convert to use autoconf.
index 49a51268502feecbd3b728aa1716377c152b1c1a..331aa2b3b48ab6dc2c739beaa7ffaf01b72f45d1 100755 (executable)
@@ -156,7 +156,7 @@ distclean:
                binutils.?? binutils.??s binutils.aux binutils.log binutils.toc gencode run
        -rm -f $(PROGS) config.h stamp-h
 
-realclean: clean distclean
+maintainer-clean realclean: clean distclean
        -rm -f $(DISTSTUFF) TAGS
 
 etags tags: TAGS
This page took 0.071566 seconds and 4 git commands to generate.