dragon-nx32: Make build instructions copy-pasteable
authorTormod Volden <debian.tormod@gmail.com>
Thu, 14 May 2015 09:05:16 +0000 (11:05 +0200)
committerAlan Cox <alan@linux.intel.com>
Thu, 14 May 2015 10:39:10 +0000 (11:39 +0100)
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/platform-dragon-nx32/README

index 4b0ed1c..26ec263 100644 (file)
@@ -57,25 +57,20 @@ a multiple of 256 bytes! Use for instance Kernel/tools/pad256
 
 QUICK BUILDING INSTRUCTIONS
 
-1. Build the kernel:
-cd Kernel
-make TARGET=dragon-nx32
+# 1. Build the kernel:
+make -C Kernel TARGET=dragon-nx32
 
-2. Build the libraries
-cd Library
-make tools/syscall_6809
-cd libs
-make -f Makefile.6809
+# 2. Build the libraries
+make -C Library tools/syscall_6809
+make -C Library/libs -f Makefile.6809
 
-3. Build the utils
-cd Applications/util
-make -f Makefile.6809 TARGET=dragon-nx32
+# 3. Build the utils
+make -C Applications/util -f Makefile.6809 TARGET=dragon-nx32
 
-4. Build disk tools
-cd Standalone
-make
+# 4. Build disk tools
+make -C Standalone
 
-5. Build boot disk image 
+5. Build boot disk image 
 cd Standalone/filesystem-src
 ./build-filesystem -X fuzix.dsk 256 65535