version 1.17, 2002/04/27 16:23:40
|
version 1.18, 2002/04/27 16:31:39
|
Line 547 This is the actual make target code.
|
Line 547 This is the actual make target code.
|
<font color="#880000"> |
<font color="#880000"> |
<pre> |
<pre> |
<!-- LONCAPA MAKETARGET=configinstall START --> |
<!-- LONCAPA MAKETARGET=configinstall START --> |
configinstall: |
configinstall: Makefile.configinstall |
# there is a dependency on having directories in place, but oh well... |
make -f Makefile.configinstall SOURCE="$(SOURCE)" TARGET="$(TARGET)" \ |
perl parse.pl ../../doc/loncapafiles/loncapafiles.html configinstall > Makefile.configinstall |
configfiles |
make -f Makefile.configinstall SOURCE="../.." TARGET="" configfiles |
if (test "0" = $(NORESTORECONF)); then \ |
perl loncaparestoreconfigurations lasttimestamp |
perl loncaparestoreconfigurations suffix .lpmlnew; fi |
make -f Makefile.configinstall TARGET="" configpermissions |
|
|
Makefile.configinstall: $(SOURCE)/doc/loncapafiles/loncapafiles.lpml lpml_parse.pl |
|
cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \ |
|
perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "$(SOURCE)" \ |
|
"$(TARGET)" > Makefile.configinstall |
<!-- LONCAPA MAKETARGET=configinstall END --> |
<!-- LONCAPA MAKETARGET=configinstall END --> |
</pre> |
</pre> |
</font> |
</font> |
Line 577 and restore all the configuration values
|
Line 581 and restore all the configuration values
|
<tt>loncaparestoreconfigurations</tt> is pretty smart though, has yet to |
<tt>loncaparestoreconfigurations</tt> is pretty smart though, has yet to |
fail, and besides, when needed backup copies are made. |
fail, and besides, when needed backup copies are made. |
</p> |
</p> |
<li><a name="makeRPM" /> |
</li><li><a name="makeRPM" /> |
<h2>Building RPMs (make RPM)</h2> |
<h2>Building RPMs (make RPM)</h2> |
|
<p> |
|
LON-CAPA is currently installed through "intelligent tarballs". This |
|
is part of an earlier (and perhaps future) effort involving RPMs. |
<strong>Commands</strong> |
<strong>Commands</strong> |
<font color="#008800"> |
<font color="#008800"> |
<pre> |
<pre> |
Line 650 the sake of reusability, should eventual
|
Line 657 the sake of reusability, should eventual
|
are generated: LON-CAPA-base-3.1-1.i386 and LON-CAPA-setup-3.1-1.i386.rpm |
are generated: LON-CAPA-base-3.1-1.i386 and LON-CAPA-setup-3.1-1.i386.rpm |
(again, never manually install LON-CAPA-setup-3.1-1.i386.rpm). |
(again, never manually install LON-CAPA-setup-3.1-1.i386.rpm). |
</p> |
</p> |
|
</li> |
</ol> |
</ol> |
</body> |
</body> |
</html> |
</html> |