From: Olaf Hering <olh@suse.de>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] make spotless
Date: Fri, 12 Mar 2004 17:28:05 +0000 [thread overview]
Message-ID: <20040312172805.GA23495@suse.de> (raw)
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
reply other threads:[~2004-03-12 17:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040312172805.GA23495@suse.de \
--to=olh@suse.de \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).