]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: remove "make mrproper", git-clean is good enough
authorKarel Zak <kzak@redhat.com>
Thu, 12 Jul 2007 12:31:26 +0000 (14:31 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 12 Jul 2007 12:31:26 +0000 (14:31 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Makefile.am
README.devel

index 43e1d7d024bc99355ca024989dcb2464ee6adb1c..0aa7150e22e55f0c7b5fdda22728eba5b44814e8 100644 (file)
@@ -32,15 +32,6 @@ distclean-local:
        -find . -name \*~ -o -name \*.orig -o -name \*.rej | xargs rm -f
        rm -rf autom4te.cache
 
-mrproper: distclean
-       if [ -f ".gitignore" ]; then \
-               find -name Makefile.in | xargs rm -f ; \
-               rm -f configure ABOUT-NLS ; \
-               rm -rf m4 ; \
-               cd config; rm -f `cat ../.gitignore`; cd .. ; \
-               cd po; rm -f `cat .gitignore`; cd .. ; \
-       fi
-
 ENABLE_ALL = --enable-elvtune --enable-init --enable-kill --enable-last \
  --enable-mesg --enable-partx --enable-raw --enable-rdev --enable-reset \
  --enable-login-utils --enable-write
index 38a9d5c87cdfa5a20f962a565478010960858e90..d55e47edcb303ce4e707bbab2e431124bbd0c554 100644 (file)
@@ -7,11 +7,8 @@ AUTOTOOLS:
      * "./autogen.sh" generates all necessary files (run it after checkout from
        git)
 
-     * "make mrproper" removes all generates files. You have to call autogen.sh
-       after mrproper.
-
-     * "make distclean" is subset of mrproper. It removes all unnecessary files,
-       but code is still possible recompile by "./configure; make"
+     * "make distclean" removes all unnecessary files, but code is still possible 
+       recompile by "./configure; make"
 
      * "make dist-gzip" (or -bzip2) creates tarball which is possible use without
       autogen.sh
@@ -24,7 +21,7 @@ PATCHES:
 
      * diff -u
 
-     * don't include generated (autotools) stuff to your patches
+     * don't include generated (autotools) stuff to your patches (use git-clean [-X])
 
      * patches are delivered via email only.  Downloading them from internet
        servers is a pain.