* [PATCH] make spotless
@ 2004-03-12 17:28 Olaf Hering
0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2004-03-12 17:28 UTC (permalink / raw)
To: linux-hotplug
klibc has a target make spotless, this patch makes it possible to clean
the whole udev tree and start from scratch.
diff -p -purN /olaf/sources/tree/udev.bk/Makefile udev.bk/Makefile
--- /olaf/sources/tree/udev.bk/Makefile 2004-03-11 18:02:11.000000000 +0100
+++ udev.bk/Makefile 2004-03-12 18:02:26.000000000 +0100
@@ -305,6 +305,8 @@ clean:
-C $$target $@ ; \
done ; \
+spotless: clean
+
DISTFILES = $(shell find . \( -not -name '.' \) -print | grep -v -e CVS -e "\.tar\.gz$" -e "\/\." -e releases -e BitKeeper -e SCCS -e "\.tdb$" -e test/sys | sort )
DISTDIR := $(RELEASE_NAME)
srcdir = .
diff -p -purN /olaf/sources/tree/udev.bk/extras/multipath-tools/Makefile udev.bk/extras/multipath-tools/Makefile
--- /olaf/sources/tree/udev.bk/extras/multipath-tools/Makefile 2004-03-10 23:40:38.000000000 +0100
+++ udev.bk/extras/multipath-tools/Makefile 2004-03-12 18:02:45.000000000 +0100
@@ -32,6 +32,8 @@ clean: recurse_clean
@echo ""
@echo "Make complete"
+spotless: clean
+
install: recurse_install
@echo ""
@echo "Make complete"
diff -p -purN /olaf/sources/tree/udev.bk/extras/multipath-tools/devmap_name/Makefile udev.bk/extras/multipath-tools/devmap_name/Makefile
--- /olaf/sources/tree/udev.bk/extras/multipath-tools/devmap_name/Makefile 2004-03-10 23:40:38.000000000 +0100
+++ udev.bk/extras/multipath-tools/devmap_name/Makefile 2004-03-12 18:02:55.000000000 +0100
@@ -36,6 +36,8 @@ $(EXEC): $(OBJS)
clean:
rm -f core *.o $(EXEC) *.gz
+spotless: clean
+
install:
install -d $(DESTDIR)$(bindir)
install -m 755 $(EXEC) $(DESTDIR)$(bindir)/
diff -p -purN /olaf/sources/tree/udev.bk/extras/multipath-tools/libdevmapper/Makefile udev.bk/extras/multipath-tools/libdevmapper/Makefile
--- /olaf/sources/tree/udev.bk/extras/multipath-tools/libdevmapper/Makefile 2004-03-10 23:40:38.000000000 +0100
+++ udev.bk/extras/multipath-tools/libdevmapper/Makefile 2004-03-12 18:03:01.000000000 +0100
@@ -23,6 +23,8 @@ all: $(OBJS)
clean:
rm -f core *.o ioctl/*.o ioctl/*.so
+spotless: clean
+
install:
uninstall:
diff -p -purN /olaf/sources/tree/udev.bk/extras/multipath-tools/multipath/Makefile udev.bk/extras/multipath-tools/multipath/Makefile
--- /olaf/sources/tree/udev.bk/extras/multipath-tools/multipath/Makefile 2004-03-10 23:40:38.000000000 +0100
+++ udev.bk/extras/multipath-tools/multipath/Makefile 2004-03-12 18:03:11.000000000 +0100
@@ -43,6 +43,8 @@ $(EXEC): $(OBJS)
clean:
rm -f core *.o $(EXEC) *.gz
+spotless: clean
+
install:
install -d $(DESTDIR)$(bindir)
install -m 755 $(EXEC) $(DESTDIR)$(bindir)/
diff -p -purN /olaf/sources/tree/udev.bk/extras/multipath-tools/multipathd/Makefile udev.bk/extras/multipath-tools/multipathd/Makefile
--- /olaf/sources/tree/udev.bk/extras/multipath-tools/multipathd/Makefile 2004-03-10 23:40:39.000000000 +0100
+++ udev.bk/extras/multipath-tools/multipathd/Makefile 2004-03-12 18:03:05.000000000 +0100
@@ -29,3 +29,4 @@ uninstall:
clean:
rm -f core *.o $(EXEC) *.gz
+spotless: clean
diff -p -purN /olaf/sources/tree/udev.bk/extras/scsi_id/Makefile udev.bk/extras/scsi_id/Makefile
--- /olaf/sources/tree/udev.bk/extras/scsi_id/Makefile 2004-02-19 17:27:00.000000000 +0100
+++ udev.bk/extras/scsi_id/Makefile 2004-03-12 18:02:38.000000000 +0100
@@ -70,5 +70,6 @@ $(OBJS): scsi_id.h scsi.h scsi_id_versio
clean:
rm -f $(PROG) $(OBJS) $(GEN_HEADER)
+spotless: clean
$(PROG): $(OBJS)
$(LD) $(LDFLAGS) -o $(PROG) $(CRT0) $(OBJS) $(SYSFS) $(LIB_OBJS) $(ARCH_LIB_OBJS)
diff -p -purN /olaf/sources/tree/udev.bk/tdb/Makefile udev.bk/tdb/Makefile
--- /olaf/sources/tree/udev.bk/tdb/Makefile 2003-10-08 07:09:56.000000000 +0200
+++ udev.bk/tdb/Makefile 2004-03-12 18:09:31.000000000 +0100
@@ -28,3 +28,5 @@ tdbbackup: tdbbackup.o $(TDB_OBJ)
clean:
rm -f $(PROGS) *.o *~ *% core test.db test.tdb test.gdbm
+
+spotless: clean
--
USB is for mice, FireWire is for men!
sUse lINUX ag, n√úRNBERG
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&opÃk
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-03-12 17:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-12 17:28 [PATCH] make spotless Olaf Hering
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.