Ripout everything except what ns tree needs on top of mozilla tree. ns tree's autoconf.mk.in will now include the one from mozilla. All you have to do is override settings if necessary.

This commit is contained in:
slamm%netscape.com 2000-03-14 03:16:25 +00:00
Родитель 926e93c8fa
Коммит bde03413e2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -116,7 +116,7 @@ then
*
* To clean up the source tree:
* 1. cd $_topsrcdir
* 2. gmake -f client.mk cleansrcdir
* 2. gmake distclean
***
EOF
exit 1
@ -3151,7 +3151,7 @@ CFLAGS=$_SAVE_CFLAGS
LDFLAGS=$_SAVE_LDFLAGS
LIBS=$_SAVE_LIBS
if test ! -z "$MISSING_FULLCIRCLE"; then
if test "$MISSING_FULLCIRCLE"; then
echo
echo "Could not find FullCircle library -- ignoring it"
echo