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:
Родитель
926e93c8fa
Коммит
bde03413e2
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче