Displaying 4 results from an estimated 4 matches for "02789ca".
Did you mean:
027899
2008 Nov 02
1
[PATCH 1/1] com32/libutil/Makefile: Duplicate spotless target
From: Gene Cumm <gene.cumm at gmail.com>
Fix duplicate spotless target in com32/libutil/Makefile.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
index 31754a9..02789ca 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -56,8 +56,6 @@ clean: tidy
spotless: clean
rm -f *.lss *.a *.c32 *.com
-
-spotless: clean
rm -f *~ \#*
install: all
2009 Feb 28
1
[PATCH 1/1] com32/libutil/Makefile: Duplicate spotless target
...cumm at gmail.com>
---
I had submitted this patch back in November but haven't seen a
response specific to this patch. I also submitted another patch in a
reply to this that may have cause some confusion.
-Gene
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
index 31754a9..02789ca 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -56,8 +56,6 @@ clean: tidy
spotless: clean
rm -f *.lss *.a *.c32 *.com
-
-spotless: clean
rm -f *~ \#*
install: all
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...,8 +4,9 @@
# Include configuration rules
NOGPL := 1
-topdir = ../..
-include MCONFIG
+topdir = ../../
+MAKEDIR = $(topdir)/mk
+include $(MAKEDIR)/lib.mk
LIBOBJS = \
abort.o atexit.o atoi.o atol.o atoll.o calloc.o creat.o \
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
index 02789ca..5942a08 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -30,7 +30,8 @@
##
topdir = ../..
-include ../MCONFIG
+MAKEDIR = $(topdir)/mk
+include $(MAKEDIR)/com32.mk
LIBOBJS = ansiline.o ansiraw.o get_key.o sha1hash.o unbase64.o \
md5.o crypt-md5.o sha256crypt.o sh...
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com>
This series includes a patch (PATCH 1/6) that I sent previously but I
thought it was worth sending it again since the rest of the series
depends on it, and it also gives a bit of context.
These cleanups make it simpler to do the big switchover to ELF modules
on the elflink branch because the libraries in $LIBS are now contained
in one