r1674

stsp at user.in-berlin.de stsp at user.in-berlin.de
Fri Jan 12 16:08:52 CET 2007


Author: stsp
Date: 2007-01-12 16:08:47 +0100 (Fri, 12 Jan 2007)
New Revision: 1674

Log:
Move game-like ncurses test apps into /usr/games.
Patch by Daniele Forsi.


Modified: trunk/lib/libncurses/test/Makefile
===================================================================
--- trunk/lib/libncurses/test/Makefile	2007-01-11 22:46:21 UTC (rev 1673)
+++ trunk/lib/libncurses/test/Makefile	2007-01-12 15:08:47 UTC (rev 1674)
@@ -725,8 +725,8 @@
 
 romfs :
 	#$(ROMFSINST) /bin/background
-	$(ROMFSINST) /bin/blue
-	$(ROMFSINST) /bin/bs
+	$(ROMFSINST) /usr/games/blue
+	$(ROMFSINST) /usr/games/bs
 	$(ROMFSINST) /bin/cardfile
 	#$(ROMFSINST) /bin/color_set
 	#$(ROMFSINST) /bin/demo_defkey
@@ -736,28 +736,28 @@
 	#$(ROMFSINST) /bin/demo_panels
 	#$(ROMFSINST) /bin/demo_termcap
 	$(ROMFSINST) /bin/ditto
-	$(ROMFSINST) /bin/dots
+	$(ROMFSINST) /usr/games/dots
 	$(ROMFSINST) /bin/filter
-	$(ROMFSINST) /bin/firework
+	$(ROMFSINST) /usr/games/firework
 	#$(ROMFSINST) /bin/firstlast
 	$(ROMFSINST) /bin/gdc
-	$(ROMFSINST) /bin/hanoi
+	$(ROMFSINST) /usr/games/hanoi
 	#$(ROMFSINST) /bin/hashtest
 	#$(ROMFSINST) /bin/ins_wide
 	#$(ROMFSINST) /bin/inserts
 	#$(ROMFSINST) /bin/keynames
-	$(ROMFSINST) /bin/knight
+	$(ROMFSINST) /usr/games/knight
 	#$(ROMFSINST) /bin/lrtest
 	#$(ROMFSINST) /bin/ncurses
 	#$(ROMFSINST) /bin/newdemo
-	$(ROMFSINST) /bin/railroad
-	$(ROMFSINST) /bin/rain
+	$(ROMFSINST) /usr/games/railroad
+	$(ROMFSINST) /usr/games/rain
 	$(ROMFSINST) /bin/tclock
 	#$(ROMFSINST) /bin/testaddch
 	#$(ROMFSINST) /bin/testcurs
 	#$(ROMFSINST) /bin/testscanw
 	$(ROMFSINST) /bin/view
-	$(ROMFSINST) /bin/worm
-	$(ROMFSINST) /bin/xmas
+	$(ROMFSINST) /usr/games/worm
+	$(ROMFSINST) /usr/games/xmas
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.




More information about the dslinux-commit mailing list