dslinux/user/games/advent4 Makefile

stsp stsp at user.in-berlin.de
Sun Oct 29 15:40:16 CET 2006


Update of /cvsroot/dslinux/dslinux/user/games/advent4
In directory antilope:/tmp/cvs-serv1936/user/games/advent4

Modified Files:
	Makefile 
Log Message:
Move games from /bin into /usr/games. Update default PATH accordingly.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/games/advent4/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	20 Feb 2006 14:11:09 -0000	1.2
+++ Makefile	29 Oct 2006 14:40:14 -0000	1.3
@@ -18,10 +18,11 @@
 advent0: advent0.o
 	cc -o advent0 $(CFLAGS) $(LDFLAGS) advent0.o
 
+GAMESDIR=/usr/games
 romfs:
-	$(ROMFSINST) /bin/advent4
+	$(ROMFSINST) $(GAMESDIR)/advent4
 	$(ROMFSINST) -e CONFIG_USER_GAMES_ADVENT4 \
-		-a "advent4 stream tcp nowait root /bin/advent4" /etc/inetd.conf
+		-a "advent4 stream tcp nowait root $(GAMESDIR)/advent4" /etc/inetd.conf
 
 clean:
 	rm -f *.o *.err advent4 advent4.elf advent4.gdb




More information about the dslinux-commit mailing list