[syslinux] [patch][git-pull] com32/lib: delete *.c32 on key target

Gene Cumm gene.cumm at gmail.com
Sun Jan 20 05:00:40 PST 2013


The following changes since commit 14fe8af6c11e71619de9be1afd4556ebbc770db3:
  H. Peter Anvin (1):
        elf: remove long-since-obsolete shallow module machinery

are available in the git repository at:

  git://github.com/geneC/syslinux.git com32lib_spotless_for_mfleming

Gene Cumm (1):
      com32/lib: delete *.c32 on key target

 com32/lib/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Inline:

diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index 7806230..cfd7f0d 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -234,7 +234,7 @@ tidy dist clean:
                xargs -0r rm -f

 spotless: clean
-       rm -f *.a
+       rm -f *.a *.c32
        rm -f *~ \#* */*~ */\#*

 install: all


-- 
-Gene


More information about the Syslinux mailing list