--- loncom/build/Makefile 2001/11/17 18:33:44 1.45 +++ loncom/build/Makefile 2001/11/27 23:23:47 1.47 @@ -79,7 +79,7 @@ SPEC: configinstall: Makefile.configinstall make -f Makefile.configinstall SOURCE="../.." TARGET="" configfiles -# perl loncaparestoreconfigurations lasttimestamp + perl loncaparestoreconfigurations suffix .lpmlnew # make -f Makefile.configinstall TARGET="" configpermissions Makefile.configinstall: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl @@ -106,7 +106,7 @@ warningnote: fi install: Makefile.install - echo "" > WARNINGS + echo -n "" > WARNINGS make -f Makefile.install SOURCE="../.." TARGET="" directories make -f Makefile.install SOURCE="../.." TARGET="" files make -f Makefile.install SOURCE="../.." TARGET="" links @@ -119,7 +119,7 @@ Makefile.install: ../../doc/loncapafiles Makefile.install build: Makefile.build - echo "" > WARNINGS + echo -n "" > WARNINGS make -f Makefile.build all make warningnote