hw/xfree86/Makefile.am -> xorg.c rule

Enrico Weigelt weigelt at metux.de
Thu Jun 1 02:02:26 PDT 2006


* Daniel Stone <daniel at freedesktop.org> schrieb:
> On Thu, Jun 01, 2006 at 12:46:12AM +0200, Enrico Weigelt wrote:
> > what is this xorg.c rule in hw/xfree86/xorg.c for ?
> > Is it needed, or is it okay to remove it ?
> 
> Try removing it, and see what happens.

Ah, seen, its a dummy. 
We should better add a real file xorg.c into the tree, since we'll
soon goona move main() there.

Here's a patch for a little start.

cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	http://patches.metux.de/
---------------------------------------------------------------------
-------------- next part --------------
diff -ruN xorg-server-1.0.99.902.orig/hw/xfree86/Makefile.am xorg-server-1.0.99.902.1/hw/xfree86/Makefile.am
--- xorg-server-1.0.99.902.orig/hw/xfree86/Makefile.am	Thu Jun  1 02:52:28 2006
+++ xorg-server-1.0.99.902.1/hw/xfree86/Makefile.am	Thu Jun  1 10:57:50 2006
@@ -39,9 +39,6 @@
 
 OS_LIBS = os-support/libxorgos.la
 
-xorg.c:
-	touch $@
-
 if SOLARIS_ASM_INLINE
 # Needs to be built before any files are compiled when using Sun compilers
 # so in*/out* inline definitions are properly processed.
diff -ruN xorg-server-1.0.99.902.orig/hw/xfree86/xorg.c xorg-server-1.0.99.902.1/hw/xfree86/xorg.c
--- xorg-server-1.0.99.902.orig/hw/xfree86/xorg.c	Thu Jun  1 02:24:24 2006
+++ xorg-server-1.0.99.902.1/hw/xfree86/xorg.c	Thu Jun  1 10:57:32 2006
@@ -0,0 +1,6 @@
+//
+// dummy. do not remove.
+// 
+// this file will later contain main() when we've moved this issue
+// from DIX to DDX ..
+//


More information about the xorg mailing list