BSD: Replace symlink building with symlinks in git.
authorEric Anholt <eric@anholt.net>
Fri, 20 Jul 2007 13:42:18 +0000 (06:42 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 20 Jul 2007 19:53:53 +0000 (12:53 -0700)
57 files changed:
.gitignore
bsd-core/Makefile
bsd-core/drm.h [new symlink]
bsd-core/drm_sarea.h [new symlink]
bsd-core/i915_dma.c [new symlink]
bsd-core/i915_drm.h [new symlink]
bsd-core/i915_drv.h [new symlink]
bsd-core/i915_irq.c [new symlink]
bsd-core/i915_mem.c [new symlink]
bsd-core/mach64_dma.c [new symlink]
bsd-core/mach64_drm.h [new symlink]
bsd-core/mach64_drv.h [new symlink]
bsd-core/mach64_irq.c [new symlink]
bsd-core/mach64_state.c [new symlink]
bsd-core/mga_dma.c [new symlink]
bsd-core/mga_drm.h [new symlink]
bsd-core/mga_drv.h [new symlink]
bsd-core/mga_irq.c [new symlink]
bsd-core/mga_state.c [new symlink]
bsd-core/mga_ucode.h [new symlink]
bsd-core/mga_warp.c [new symlink]
bsd-core/r128_cce.c [new symlink]
bsd-core/r128_drm.h [new symlink]
bsd-core/r128_drv.h [new symlink]
bsd-core/r128_irq.c [new symlink]
bsd-core/r128_state.c [new symlink]
bsd-core/r300_cmdbuf.c [new symlink]
bsd-core/r300_reg.h [new symlink]
bsd-core/radeon_cp.c [new symlink]
bsd-core/radeon_drm.h [new symlink]
bsd-core/radeon_drv.h [new symlink]
bsd-core/radeon_irq.c [new symlink]
bsd-core/radeon_mem.c [new symlink]
bsd-core/radeon_state.c [new symlink]
bsd-core/savage_bci.c [new symlink]
bsd-core/savage_drm.h [new symlink]
bsd-core/savage_drv.h [new symlink]
bsd-core/savage_state.c [new symlink]
bsd-core/sis_drm.h [new symlink]
bsd-core/sis_drv.h [new symlink]
bsd-core/sis_ds.c [new symlink]
bsd-core/sis_ds.h [new symlink]
bsd-core/sis_mm.c [new symlink]
bsd-core/tdfx_drv.h [new symlink]
bsd-core/via_3d_reg.h [new symlink]
bsd-core/via_dma.c [new symlink]
bsd-core/via_drm.h [new symlink]
bsd-core/via_drv.h [new symlink]
bsd-core/via_ds.c [new symlink]
bsd-core/via_ds.h [new symlink]
bsd-core/via_irq.c [new symlink]
bsd-core/via_map.c [new symlink]
bsd-core/via_mm.c [new symlink]
bsd-core/via_mm.h [new symlink]
bsd-core/via_verifier.c [new symlink]
bsd-core/via_verifier.h [new symlink]
bsd-core/via_video.c [new symlink]

index 7ab6ced..8447db2 100644 (file)
@@ -1,61 +1,3 @@
-bsd-core/linux
-bsd-core/drm.h
-bsd-core/drm_sarea.h
-bsd-core/i915_dma.c
-bsd-core/i915_drm.h
-bsd-core/i915_drv.h
-bsd-core/i915_irq.c
-bsd-core/i915_mem.c
-bsd-core/mach64_dma.c
-bsd-core/mach64_drm.h
-bsd-core/mach64_drv.h
-bsd-core/mach64_irq.c
-bsd-core/mach64_state.c
-bsd-core/mga_dma.c
-bsd-core/mga_drm.h
-bsd-core/mga_drv.h
-bsd-core/mga_irq.c
-bsd-core/mga_state.c
-bsd-core/mga_ucode.h
-bsd-core/mga_warp.c
-bsd-core/nv_drv.h
-bsd-core/r128_cce.c
-bsd-core/r128_drm.h
-bsd-core/r128_drv.h
-bsd-core/r128_irq.c
-bsd-core/r128_state.c
-bsd-core/r300_cmdbuf.c
-bsd-core/r300_reg.h
-bsd-core/radeon_cp.c
-bsd-core/radeon_drm.h
-bsd-core/radeon_drv.h
-bsd-core/radeon_irq.c
-bsd-core/radeon_mem.c
-bsd-core/radeon_state.c
-bsd-core/savage_bci.c
-bsd-core/savage_drm.h
-bsd-core/savage_drv.h
-bsd-core/savage_state.c
-bsd-core/sis_drm.h
-bsd-core/sis_drv.h
-bsd-core/sis_ds.c
-bsd-core/sis_ds.h
-bsd-core/sis_mm.c
-bsd-core/tdfx_drv.h
-bsd-core/via_3d_reg.h
-bsd-core/via_dma.c
-bsd-core/via_drm.h
-bsd-core/via_drv.c
-bsd-core/via_drv.h
-bsd-core/via_ds.c
-bsd-core/via_ds.h
-bsd-core/via_irq.c
-bsd-core/via_map.c
-bsd-core/via_mm.c
-bsd-core/via_mm.h
-bsd-core/via_verifier.c
-bsd-core/via_verifier.h
-bsd-core/via_video.c
 bsd-core/*/@
 bsd-core/*/machine
 *.flags
index 00889da..a58ac0a 100644 (file)
@@ -1,71 +1,11 @@
 SHARED=                ../shared-core
-SHAREDFILES=   drm.h \
-               drm_sarea.h \
-               i915_dma.c \
-               i915_drm.h \
-               i915_drv.h \
-               i915_irq.c \
-               i915_mem.c \
-               mach64_dma.c \
-               mach64_drm.h \
-               mach64_drv.h \
-               mach64_irq.c \
-               mach64_state.c \
-               mga_dma.c \
-               mga_drm.h \
-               mga_drv.h \
-               mga_irq.c \
-               mga_state.c \
-               mga_ucode.h \
-               mga_warp.c \
-               r128_cce.c \
-               r128_drm.h \
-               r128_drv.h \
-               r128_irq.c \
-               r128_state.c \
-               radeon_cp.c \
-               radeon_drm.h \
-               radeon_drv.h \
-               radeon_irq.c \
-               radeon_mem.c \
-               radeon_state.c \
-               r300_cmdbuf.c \
-               r300_reg.h \
-               savage_bci.c \
-               savage_drm.h \
-               savage_drv.h \
-               savage_state.c \
-               sis_drm.h \
-               sis_drv.h \
-               sis_ds.c \
-               sis_ds.h \
-               sis_mm.c \
-               tdfx_drv.h \
-               via_3d_reg.h \
-               via_dma.c \
-               via_drm.h \
-               via_drv.h \
-               via_ds.c \
-               via_ds.h \
-               via_irq.c \
-               via_map.c \
-               via_mm.c \
-               via_mm.h \
-               via_verifier.c \
-               via_verifier.h \
-               via_video.c
 
 SUBDIR = drm mach64 mga r128 radeon savage sis tdfx i915 # via
 
-CLEANFILES+= ${SHAREDFILES}
-
 .include <bsd.obj.mk>
 
-depend: drm_pciids.h ${SHAREDFILES}
-all: drm_pciids.h ${SHAREDFILES}
+depend: drm_pciids.h
+all: drm_pciids.h
 
 drm_pciids.h: ${SHARED}/drm_pciids.txt
        sh ../scripts/create_bsd_pci_lists.sh < ${SHARED}/drm_pciids.txt
-
-${SHAREDFILES}:
-       ln -sf ${SHARED}/$@ $@
diff --git a/bsd-core/drm.h b/bsd-core/drm.h
new file mode 120000 (symlink)
index 0000000..2963669
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/drm.h
\ No newline at end of file
diff --git a/bsd-core/drm_sarea.h b/bsd-core/drm_sarea.h
new file mode 120000 (symlink)
index 0000000..fd428f4
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/drm_sarea.h
\ No newline at end of file
diff --git a/bsd-core/i915_dma.c b/bsd-core/i915_dma.c
new file mode 120000 (symlink)
index 0000000..c61d967
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/i915_dma.c
\ No newline at end of file
diff --git a/bsd-core/i915_drm.h b/bsd-core/i915_drm.h
new file mode 120000 (symlink)
index 0000000..ed53f01
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/i915_drm.h
\ No newline at end of file
diff --git a/bsd-core/i915_drv.h b/bsd-core/i915_drv.h
new file mode 120000 (symlink)
index 0000000..085558c
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/i915_drv.h
\ No newline at end of file
diff --git a/bsd-core/i915_irq.c b/bsd-core/i915_irq.c
new file mode 120000 (symlink)
index 0000000..2058a2e
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/i915_irq.c
\ No newline at end of file
diff --git a/bsd-core/i915_mem.c b/bsd-core/i915_mem.c
new file mode 120000 (symlink)
index 0000000..e8e5655
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/i915_mem.c
\ No newline at end of file
diff --git a/bsd-core/mach64_dma.c b/bsd-core/mach64_dma.c
new file mode 120000 (symlink)
index 0000000..e5c2897
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mach64_dma.c
\ No newline at end of file
diff --git a/bsd-core/mach64_drm.h b/bsd-core/mach64_drm.h
new file mode 120000 (symlink)
index 0000000..136ea93
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mach64_drm.h
\ No newline at end of file
diff --git a/bsd-core/mach64_drv.h b/bsd-core/mach64_drv.h
new file mode 120000 (symlink)
index 0000000..85222cc
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mach64_drv.h
\ No newline at end of file
diff --git a/bsd-core/mach64_irq.c b/bsd-core/mach64_irq.c
new file mode 120000 (symlink)
index 0000000..a1235d5
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mach64_irq.c
\ No newline at end of file
diff --git a/bsd-core/mach64_state.c b/bsd-core/mach64_state.c
new file mode 120000 (symlink)
index 0000000..b11f202
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mach64_state.c
\ No newline at end of file
diff --git a/bsd-core/mga_dma.c b/bsd-core/mga_dma.c
new file mode 120000 (symlink)
index 0000000..f290be9
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mga_dma.c
\ No newline at end of file
diff --git a/bsd-core/mga_drm.h b/bsd-core/mga_drm.h
new file mode 120000 (symlink)
index 0000000..1c87036
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mga_drm.h
\ No newline at end of file
diff --git a/bsd-core/mga_drv.h b/bsd-core/mga_drv.h
new file mode 120000 (symlink)
index 0000000..cb0c9e1
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mga_drv.h
\ No newline at end of file
diff --git a/bsd-core/mga_irq.c b/bsd-core/mga_irq.c
new file mode 120000 (symlink)
index 0000000..cf521d2
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mga_irq.c
\ No newline at end of file
diff --git a/bsd-core/mga_state.c b/bsd-core/mga_state.c
new file mode 120000 (symlink)
index 0000000..8bda8ba
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mga_state.c
\ No newline at end of file
diff --git a/bsd-core/mga_ucode.h b/bsd-core/mga_ucode.h
new file mode 120000 (symlink)
index 0000000..728b9ac
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mga_ucode.h
\ No newline at end of file
diff --git a/bsd-core/mga_warp.c b/bsd-core/mga_warp.c
new file mode 120000 (symlink)
index 0000000..d35b325
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/mga_warp.c
\ No newline at end of file
diff --git a/bsd-core/r128_cce.c b/bsd-core/r128_cce.c
new file mode 120000 (symlink)
index 0000000..0c1d659
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/r128_cce.c
\ No newline at end of file
diff --git a/bsd-core/r128_drm.h b/bsd-core/r128_drm.h
new file mode 120000 (symlink)
index 0000000..363852c
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/r128_drm.h
\ No newline at end of file
diff --git a/bsd-core/r128_drv.h b/bsd-core/r128_drv.h
new file mode 120000 (symlink)
index 0000000..4f7e822
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/r128_drv.h
\ No newline at end of file
diff --git a/bsd-core/r128_irq.c b/bsd-core/r128_irq.c
new file mode 120000 (symlink)
index 0000000..66d28b0
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/r128_irq.c
\ No newline at end of file
diff --git a/bsd-core/r128_state.c b/bsd-core/r128_state.c
new file mode 120000 (symlink)
index 0000000..e83d84b
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/r128_state.c
\ No newline at end of file
diff --git a/bsd-core/r300_cmdbuf.c b/bsd-core/r300_cmdbuf.c
new file mode 120000 (symlink)
index 0000000..6674d05
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/r300_cmdbuf.c
\ No newline at end of file
diff --git a/bsd-core/r300_reg.h b/bsd-core/r300_reg.h
new file mode 120000 (symlink)
index 0000000..ef54eba
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/r300_reg.h
\ No newline at end of file
diff --git a/bsd-core/radeon_cp.c b/bsd-core/radeon_cp.c
new file mode 120000 (symlink)
index 0000000..ee86094
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/radeon_cp.c
\ No newline at end of file
diff --git a/bsd-core/radeon_drm.h b/bsd-core/radeon_drm.h
new file mode 120000 (symlink)
index 0000000..54f595a
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/radeon_drm.h
\ No newline at end of file
diff --git a/bsd-core/radeon_drv.h b/bsd-core/radeon_drv.h
new file mode 120000 (symlink)
index 0000000..5b415ea
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/radeon_drv.h
\ No newline at end of file
diff --git a/bsd-core/radeon_irq.c b/bsd-core/radeon_irq.c
new file mode 120000 (symlink)
index 0000000..2f394a5
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/radeon_irq.c
\ No newline at end of file
diff --git a/bsd-core/radeon_mem.c b/bsd-core/radeon_mem.c
new file mode 120000 (symlink)
index 0000000..8cc2798
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/radeon_mem.c
\ No newline at end of file
diff --git a/bsd-core/radeon_state.c b/bsd-core/radeon_state.c
new file mode 120000 (symlink)
index 0000000..ccee876
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/radeon_state.c
\ No newline at end of file
diff --git a/bsd-core/savage_bci.c b/bsd-core/savage_bci.c
new file mode 120000 (symlink)
index 0000000..b843671
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/savage_bci.c
\ No newline at end of file
diff --git a/bsd-core/savage_drm.h b/bsd-core/savage_drm.h
new file mode 120000 (symlink)
index 0000000..0dab2e3
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/savage_drm.h
\ No newline at end of file
diff --git a/bsd-core/savage_drv.h b/bsd-core/savage_drv.h
new file mode 120000 (symlink)
index 0000000..8397009
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/savage_drv.h
\ No newline at end of file
diff --git a/bsd-core/savage_state.c b/bsd-core/savage_state.c
new file mode 120000 (symlink)
index 0000000..e55dc5d
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/savage_state.c
\ No newline at end of file
diff --git a/bsd-core/sis_drm.h b/bsd-core/sis_drm.h
new file mode 120000 (symlink)
index 0000000..36c77aa
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/sis_drm.h
\ No newline at end of file
diff --git a/bsd-core/sis_drv.h b/bsd-core/sis_drv.h
new file mode 120000 (symlink)
index 0000000..3fddfda
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/sis_drv.h
\ No newline at end of file
diff --git a/bsd-core/sis_ds.c b/bsd-core/sis_ds.c
new file mode 120000 (symlink)
index 0000000..242310a
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/sis_ds.c
\ No newline at end of file
diff --git a/bsd-core/sis_ds.h b/bsd-core/sis_ds.h
new file mode 120000 (symlink)
index 0000000..8cbdaf3
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/sis_ds.h
\ No newline at end of file
diff --git a/bsd-core/sis_mm.c b/bsd-core/sis_mm.c
new file mode 120000 (symlink)
index 0000000..8f802ec
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/sis_mm.c
\ No newline at end of file
diff --git a/bsd-core/tdfx_drv.h b/bsd-core/tdfx_drv.h
new file mode 120000 (symlink)
index 0000000..8df7032
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/tdfx_drv.h
\ No newline at end of file
diff --git a/bsd-core/via_3d_reg.h b/bsd-core/via_3d_reg.h
new file mode 120000 (symlink)
index 0000000..90d238e
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_3d_reg.h
\ No newline at end of file
diff --git a/bsd-core/via_dma.c b/bsd-core/via_dma.c
new file mode 120000 (symlink)
index 0000000..1f4d920
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_dma.c
\ No newline at end of file
diff --git a/bsd-core/via_drm.h b/bsd-core/via_drm.h
new file mode 120000 (symlink)
index 0000000..7cd175d
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_drm.h
\ No newline at end of file
diff --git a/bsd-core/via_drv.h b/bsd-core/via_drv.h
new file mode 120000 (symlink)
index 0000000..8954fe8
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_drv.h
\ No newline at end of file
diff --git a/bsd-core/via_ds.c b/bsd-core/via_ds.c
new file mode 120000 (symlink)
index 0000000..b0fbb69
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_ds.c
\ No newline at end of file
diff --git a/bsd-core/via_ds.h b/bsd-core/via_ds.h
new file mode 120000 (symlink)
index 0000000..dc8f2f4
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_ds.h
\ No newline at end of file
diff --git a/bsd-core/via_irq.c b/bsd-core/via_irq.c
new file mode 120000 (symlink)
index 0000000..f615af8
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_irq.c
\ No newline at end of file
diff --git a/bsd-core/via_map.c b/bsd-core/via_map.c
new file mode 120000 (symlink)
index 0000000..b505663
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_map.c
\ No newline at end of file
diff --git a/bsd-core/via_mm.c b/bsd-core/via_mm.c
new file mode 120000 (symlink)
index 0000000..f9ec0f3
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_mm.c
\ No newline at end of file
diff --git a/bsd-core/via_mm.h b/bsd-core/via_mm.h
new file mode 120000 (symlink)
index 0000000..fe2234f
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_mm.h
\ No newline at end of file
diff --git a/bsd-core/via_verifier.c b/bsd-core/via_verifier.c
new file mode 120000 (symlink)
index 0000000..00b411b
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_verifier.c
\ No newline at end of file
diff --git a/bsd-core/via_verifier.h b/bsd-core/via_verifier.h
new file mode 120000 (symlink)
index 0000000..62d3e28
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_verifier.h
\ No newline at end of file
diff --git a/bsd-core/via_video.c b/bsd-core/via_video.c
new file mode 120000 (symlink)
index 0000000..a6d2794
--- /dev/null
@@ -0,0 +1 @@
+../shared-core/via_video.c
\ No newline at end of file