dslinux/toolchain/ndstool/DefaultArm7 Makefile

stsp stsp at user.in-berlin.de
Sun Aug 13 22:32:47 CEST 2006


Update of /cvsroot/dslinux/dslinux/toolchain/ndstool/DefaultArm7
In directory antilope:/tmp/cvs-serv7349/DefaultArm7

Modified Files:
	Makefile 
Log Message:
Make ndstool build outside of devkitARM.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/ndstool/DefaultArm7/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	13 Aug 2006 20:25:28 -0000	1.1
+++ Makefile	13 Aug 2006 20:32:45 -0000	1.2
@@ -1,11 +1,11 @@
 #---------------------------------------------------------------------------------
 .SUFFIXES:
 #---------------------------------------------------------------------------------
-ifeq ($(strip $(DEVKITARM)),)
-$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM)
-endif
+#ifeq ($(strip $(DEVKITARM)),)
+#$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM)
+#endif
 
-include $(DEVKITARM)/ds_rules
+#include $(DEVKITARM)/ds_rules
 #---------------------------------------------------------------------------------
 # TARGET is the name of the output, if this ends with _mb generates a multiboot image
 # BUILD is the directory where object files & intermediate files will be placed




More information about the dslinux-commit mailing list