diff options
author | ru <ru@FreeBSD.org> | 2002-04-30 11:50:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-04-30 11:50:01 +0000 |
commit | 7080bdd505d23fb80790b3be1dd042ac2a9e78ce (patch) | |
tree | c7fde9c88769179911c1c4aab5ca56d0ef9414e8 /Makefile | |
parent | 443c2c2e1048b82b79905dc0c6311889ccaf950c (diff) | |
download | FreeBSD-src-7080bdd505d23fb80790b3be1dd042ac2a9e78ce.zip FreeBSD-src-7080bdd505d23fb80790b3be1dd042ac2a9e78ce.tar.gz |
Milestone #2 in cross-arch make releases. They now work!
You need to set TARGET_ARCH and possibly TARGET, the same
way you normally do it for a cross build(7).
Renamed `distribworld' to a more natutal `distributeworld'.
Put pwd_mkdb(8) under ${INSTALLTMP}; for `distributeworld'.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -83,13 +83,13 @@ # order, but that's not important. # TGTS= all all-man buildkernel buildworld checkdpadd clean \ - cleandepend cleandir depend distribute distribworld everything \ + cleandepend cleandir depend distribute distributeworld everything \ hierarchy includes install installcheck installkernel \ reinstallkernel installmost installworld libraries lint \ mk most obj objlink regress rerelease tags update .ORDER: buildworld installworld -.ORDER: buildworld distribworld +.ORDER: buildworld distributeworld .ORDER: buildkernel installkernel .ORDER: buildkernel reinstallkernel |