version 1.15, 2001/01/17 13:46:02
|
version 1.16, 2001/01/17 13:50:47
|
Line 363 copies are not overwritten).
|
Line 363 copies are not overwritten).
|
<FONT COLOR="#008800"> |
<FONT COLOR="#008800"> |
<PRE> |
<PRE> |
cd loncom/build |
cd loncom/build |
rm -Rf BinaryRootL <I>(or alternatively, "make clean")</I> |
rm -Rf BinaryRoot <I>(or alternatively, "make clean")</I> |
make RPM |
make RPM |
<I>(to subsequently install, you can type commands like |
<I>(to subsequently install, you can type commands like |
"rpm -Uvh --force LON-CAPA-base-3.1-1.i386.rpm") |
"rpm -Uvh --force LON-CAPA-base-3.1-1.i386.rpm")</I> |
</PRE> |
</PRE> |
</FONT> |
</FONT> |
</P> |
</P> |
Line 394 This is the actual make target code.
|
Line 394 This is the actual make target code.
|
<FONT COLOR="#880000"> |
<FONT COLOR="#880000"> |
<PRE> |
<PRE> |
<!-- LONCAPA MAKETARGET=RPM START --> |
<!-- LONCAPA MAKETARGET=RPM START --> |
|
RPM: BinaryRoot |
|
cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot |
|
cat setup_file_list.txt | perl make_rpm.pl setup 3.1 '' '' BinaryRoot |
|
|
|
BinaryRoot: |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot |
|
<!-- LONCAPA MAKETARGET=RPM END --> |
</PRE> |
</PRE> |
</FONT> |
</FONT> |
A <TT>BinaryRoot</TT> directory is generated that reflects the locations, |
A <TT>BinaryRoot</TT> directory is generated that reflects the locations, |