Hi Jan

 From doing some preliminary work on a Xenomai/RTnet LiveCD, I notice `make 
distclean` leaves a few dangling symlinks - The attached patch resolves (some 
of) them..


Regards, Paul.


Index: stack/ipv4/GNUmakefile.am
===================================================================
--- stack/ipv4/GNUmakefile.am	(revision 1122)
+++ stack/ipv4/GNUmakefile.am	(working copy)
@@ -50,6 +50,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild Kconfig
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: stack/GNUmakefile.am
===================================================================
--- stack/GNUmakefile.am	(revision 1122)
+++ stack/GNUmakefile.am	(working copy)
@@ -74,6 +74,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild Kconfig
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: stack/rtcfg/GNUmakefile.am
===================================================================
--- stack/rtcfg/GNUmakefile.am	(revision 1122)
+++ stack/rtcfg/GNUmakefile.am	(working copy)
@@ -49,6 +49,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild Kconfig
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: stack/rtmac/GNUmakefile.am
===================================================================
--- stack/rtmac/GNUmakefile.am	(revision 1122)
+++ stack/rtmac/GNUmakefile.am	(working copy)
@@ -58,6 +58,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild Kconfig
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: stack/rtmac/tdma/GNUmakefile.am
===================================================================
--- stack/rtmac/tdma/GNUmakefile.am	(revision 1122)
+++ stack/rtmac/tdma/GNUmakefile.am	(working copy)
@@ -45,6 +45,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild Kconfig
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: stack/rtmac/nomac/GNUmakefile.am
===================================================================
--- stack/rtmac/nomac/GNUmakefile.am	(revision 1122)
+++ stack/rtmac/nomac/GNUmakefile.am	(working copy)
@@ -44,6 +44,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild Kconfig
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: stack/packet/GNUmakefile.am
===================================================================
--- stack/packet/GNUmakefile.am	(revision 1122)
+++ stack/packet/GNUmakefile.am	(working copy)
@@ -41,6 +41,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild Kconfig
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: addons/GNUmakefile.am
===================================================================
--- addons/GNUmakefile.am	(revision 1122)
+++ addons/GNUmakefile.am	(working copy)
@@ -61,6 +61,6 @@ distclean-local:
 
 EXTRA_DIST = Kconfig Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: examples/broken/round-trip-time/parport-client/GNUmakefile.am
===================================================================
--- examples/broken/round-trip-time/parport-client/GNUmakefile.am	(revision 1122)
+++ examples/broken/round-trip-time/parport-client/GNUmakefile.am	(working copy)
@@ -31,6 +31,6 @@ clean-local: $(libkernel_parport_client_
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
\ No newline at end of file
Index: examples/broken/round-trip-time/multi-client/GNUmakefile.am
===================================================================
--- examples/broken/round-trip-time/multi-client/GNUmakefile.am	(revision 1122)
+++ examples/broken/round-trip-time/multi-client/GNUmakefile.am	(working copy)
@@ -43,6 +43,6 @@ clean-local: $(libkernel_multi_client_a_
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
\ No newline at end of file
Index: examples/broken/round-trip-time/client/GNUmakefile.am
===================================================================
--- examples/broken/round-trip-time/client/GNUmakefile.am	(revision 1122)
+++ examples/broken/round-trip-time/client/GNUmakefile.am	(working copy)
@@ -33,6 +33,6 @@ clean-local: $(libkernel_client_a_SOURCE
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
\ No newline at end of file
Index: examples/broken/select/GNUmakefile.am
===================================================================
--- examples/broken/select/GNUmakefile.am	(revision 1122)
+++ examples/broken/select/GNUmakefile.am	(working copy)
@@ -31,6 +31,6 @@ clean-local: $(libkernel_server_a_SOURCE
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
\ No newline at end of file
Index: examples/broken/event/collector/GNUmakefile.am
===================================================================
--- examples/broken/event/collector/GNUmakefile.am	(revision 1122)
+++ examples/broken/event/collector/GNUmakefile.am	(working copy)
@@ -31,6 +31,6 @@ clean-local: $(libkernel_collector_a_SOU
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
\ No newline at end of file
Index: examples/broken/event/handler/GNUmakefile.am
===================================================================
--- examples/broken/event/handler/GNUmakefile.am	(revision 1122)
+++ examples/broken/event/handler/GNUmakefile.am	(working copy)
@@ -31,6 +31,6 @@ clean-local: $(libkernel_handler_a_SOURC
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
\ No newline at end of file
Index: examples/broken/netshm/kernel-demo/GNUmakefile.am
===================================================================
--- examples/broken/netshm/kernel-demo/GNUmakefile.am	(revision 1122)
+++ examples/broken/netshm/kernel-demo/GNUmakefile.am	(working copy)
@@ -31,6 +31,6 @@ clean-local: $(libkernel_kernel_demo_a_S
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
\ No newline at end of file
Index: examples/broken/netshm/GNUmakefile.am
===================================================================
--- examples/broken/netshm/GNUmakefile.am	(revision 1122)
+++ examples/broken/netshm/GNUmakefile.am	(working copy)
@@ -34,6 +34,6 @@ clean-local: $(libkernel_netshm_a_SOURCE
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
\ No newline at end of file
Index: examples/xenomai/native/kernel/GNUmakefile.am
===================================================================
--- examples/xenomai/native/kernel/GNUmakefile.am	(revision 1122)
+++ examples/xenomai/native/kernel/GNUmakefile.am	(working copy)
@@ -61,6 +61,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: drivers/mpc52xx_fec/GNUmakefile.am
===================================================================
--- drivers/mpc52xx_fec/GNUmakefile.am	(revision 1122)
+++ drivers/mpc52xx_fec/GNUmakefile.am	(working copy)
@@ -40,6 +40,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: drivers/GNUmakefile.am
===================================================================
--- drivers/GNUmakefile.am	(revision 1122)
+++ drivers/GNUmakefile.am	(working copy)
@@ -245,6 +245,6 @@ distclean-local:
 
 EXTRA_DIST = Kconfig Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: drivers/e1000/GNUmakefile.am
===================================================================
--- drivers/e1000/GNUmakefile.am	(revision 1122)
+++ drivers/e1000/GNUmakefile.am	(working copy)
@@ -48,6 +48,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: drivers/experimental/GNUmakefile.am
===================================================================
--- drivers/experimental/GNUmakefile.am	(revision 1122)
+++ drivers/experimental/GNUmakefile.am	(working copy)
@@ -69,6 +69,6 @@ SUBDIRS = $(OPTDIRS)
 
 EXTRA_DIST = Kconfig Makefile.kbuild README.r8169
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: drivers/experimental/rt2500/GNUmakefile.am
===================================================================
--- drivers/experimental/rt2500/GNUmakefile.am	(revision 1122)
+++ drivers/experimental/rt2500/GNUmakefile.am	(working copy)
@@ -57,6 +57,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild Kconfig
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
Index: drivers/tulip/GNUmakefile.am
===================================================================
--- drivers/tulip/GNUmakefile.am	(revision 1122)
+++ drivers/tulip/GNUmakefile.am	(working copy)
@@ -48,6 +48,6 @@ distclean-local:
 
 EXTRA_DIST = Makefile.kbuild
 
-DISTCLEANFILES = Makefile
+DISTCLEANFILES = Makefile Modules.symvers Module.symvers
 
 .PHONY: FORCE
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to