diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-21 14:22:50 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-21 14:22:50 +0100 |
commit | 1ce3e4fef08b9e5af230f9fc25972473aa23b8db (patch) | |
tree | 779047d31627b91ee983739f45731baa21dc5946 | |
parent | e578a447463ec58fd543f7b978b0804d37d854dd (diff) |
run_directory: add final warning before removal
-rw-r--r-- | extras/run_directory/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/run_directory/Makefile b/extras/run_directory/Makefile index 7a72e83dae..3d1674436b 100644 --- a/extras/run_directory/Makefile +++ b/extras/run_directory/Makefile @@ -33,6 +33,7 @@ all: $(PROG) $(MAN_PAGES) $(Q) $(CC) -c $(CFLAGS) $< -o $@ $(PROG): %: $(HEADERS) %.o $(OBJS) + @echo $@ "is DEPRECATED and will be removed, don't use it" $(E) " LD " $@ $(Q) $(LD) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LIBUDEV) $(LIB_OBJS) @@ -48,6 +49,7 @@ clean: .PHONY: clean install-bin: all + @echo $@ "is DEPRECATED and will be removed, don't use it" $(INSTALL_PROGRAM) -D udev_run_devd $(DESTDIR)$(libudevdir)/udev_run_devd $(INSTALL_PROGRAM) -D udev_run_hotplugd $(DESTDIR)$(libudevdir)/udev_run_hotplugd .PHONY: install-bin |