|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
#
|
|
|
|
# Filename: package/.../udev/no_restart.patch
|
|
|
|
# Copyright (C) 2006 The OpenSDE Project
|
|
|
|
#
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
#
|
|
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
|
|
# of the GNU General Public License as published by the Free Software
|
|
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
|
|
# version.
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
|
|
--- ./Makefile.orig 2006-11-25 16:04:08.000000000 -0300
|
|
|
|
+++ ./Makefile 2006-11-25 16:03:29.000000000 -0300
|
|
|
|
@@ -285,11 +285,6 @@
|
|
|
|
@extras="$(EXTRAS)"; for target in $$extras; do \
|
|
|
|
$(MAKE) -C $$target $@ || exit 1; \
|
|
|
|
done;
|
|
|
|
-ifndef DESTDIR
|
|
|
|
- - killall udevd
|
|
|
|
- - rm -rf /dev/.udev
|
|
|
|
- - $(sbindir)/udevd --daemon
|
|
|
|
-endif
|
|
|
|
.PHONY: install-bin
|
|
|
|
|
|
|
|
uninstall-bin:
|