Changeset 67e51c0 for BOOK/boot/alpha
- Timestamp:
- Jan 1, 2008, 11:21:43 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- af04f13
- Parents:
- 4bf6516f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/alpha/aboot-build.xml
r4bf6516f r67e51c0 33 33 <para>Compile the package:</para> 34 34 35 <screen><userinput>make C C="${CC}"</userinput></screen>35 <screen><userinput>make CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 36 36 37 37 <para>Install the package:</para> 38 38 39 <screen><userinput>make root="${CLFS}" bindir=/cross-tools/bininstall</userinput></screen>39 <screen><userinput>make DESTDIR="${CLFS}" BINDIR="/cross-tools/bin" install</userinput></screen> 40 40 41 41 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.