From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Thu, 14 Oct 2004 00:50:17 +0000 Subject: delete udevruler? Message-Id: <20041014005017.GA13532@vrfy.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="h31gzZEtNLTqOjlF" List-Id: To: linux-hotplug@vger.kernel.org --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hey, we got consistent source filenames today. Let's go ahead :) I once started this ambitiuos curses gui to edit udev rules files. udevruler still lays dead around in the tree. I will not finish it and it is not really useful at his state. If nobody wants to do something for it, I'm for deleting it. Kay --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="udev-kill-udevruler.patch" ===== Makefile 1.188 vs edited ===== --- 1.188/Makefile 2004-10-14 01:49:55 +02:00 +++ edited/Makefile 2004-10-14 02:43:35 +02:00 @@ -34,7 +34,6 @@ INFO = udevinfo TESTER = udevtest STARTER = udevstart -RULER = udevruler WAIT = wait_for_sysfs VERSION = 038 INSTALL_DIR = /usr/local/bin @@ -302,10 +301,6 @@ $(QUIET) $(LD) $(LDFLAGS) -o $@ $(CRT0) udevsend.o udev_lib.o $(LIB_OBJS) $(ARCH_LIB_OBJS) $(QUIET) $(STRIPCMD) $@ -$(RULER): $(LIBC) $(RULER).o $(OBJS) $(HEADERS) - $(QUIET) $(LD) $(LDFLAGS) -o $@ $(CRT0) udevruler.o udev_lib.o udev_config.o udevdb.o $(SYSFS) $(TDB) $(LIB_OBJS) $(ARCH_LIB_OBJS) -lnewt - $(QUIET) $(STRIPCMD) $@ - $(WAIT): $(WAIT).o $(OBJS) $(HEADERS) $(LIBC) $(QUIET) $(LD) $(LDFLAGS) -o $@ $(CRT0) $(WAIT).o $(SYSFS) $(LIB_OBJS) $(ARCH_LIB_OBJS) $(QUIET) $(STRIPCMD) $@ @@ -319,7 +314,7 @@ clean: -find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \ | xargs rm -f - -rm -f core $(ROOT) $(GEN_HEADERS) $(GEN_CONFIGS) $(GEN_MANPAGES) $(INFO) $(DAEMON) $(SENDER) $(TESTER) $(RULER) $(WAIT) + -rm -f core $(ROOT) $(GEN_HEADERS) $(GEN_CONFIGS) $(GEN_MANPAGES) $(INFO) $(DAEMON) $(SENDER) $(TESTER) $(WAIT) -rm -f ccdv $(MAKE) -C klibc clean @extras="$(EXTRAS)" ; for target in $$extras ; do \ --h31gzZEtNLTqOjlF-- ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ 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