From: josepht Date: Sat, 12 Sep 2009 12:26:08 +0000 (-0700) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/f409e56702947f5ed72feb6f5c042b41f40164db --- diff --git a/docs/developer/AMD64GSoC.mdwn b/docs/developer/AMD64GSoC.mdwn index c50814be..b1881c8b 100644 --- a/docs/developer/AMD64GSoC.mdwn +++ b/docs/developer/AMD64GSoC.mdwn @@ -61,9 +61,9 @@ A: Execute the following steps: 1. `cd /usr/src` - 1. `make TARGET_ARCH#amd64 TARGET_PLATFORMpc64 buildworld` + 1. `make TARGET_ARCH=amd64 TARGET_PLATFORM=pc64 buildworld` - 1. `make TARGET_ARCH#amd64 TARGET_PLATFORMpc64 KERNCONF=JG64 buildkernel` + 1. `make TARGET_ARCH=amd64 TARGET_PLATFORM=pc64 KERNCONF=JG64 buildkernel`