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.
git-svn-id: svn://10.0.0.236/trunk@62823 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7fa53db652
commit
60cfde10e2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user