Commit 3638cc03 authored by ramiro%netscape.com's avatar ramiro%netscape.com
Browse files

Move unix specific build hacks/scripts/etc into their own little place:

build/unix.
parent 660e4a49
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ include $(DEPTH)/config/autoconf.mk
# nglayout test program. The order is important.
DIRS =				\
  config			\
  build				\
  $(NULL)

ifndef MOZ_NATIVE_NSPR
+3 −1
Original line number Diff line number Diff line
@@ -48,7 +48,9 @@ base/src/rhapsody/Makefile
base/src/gtk/Makefile
base/src/xlib/Makefile
base/tests/Makefile
build/nsprenv.mk
build/Makefile
build/unix/Makefile
build/unix/nsprenv.mk
build/package/rpm/mozilla.spec
build/package/rpm/nspr-pthreads.spec
config/Makefile
+1 −0
Original line number Diff line number Diff line
Makefile
nsprenv.mk

build/Makefile.in

0 → 100644
+34 −0
Original line number Diff line number Diff line
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License.  You may obtain a copy of the License at
# http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is Mozilla Communicator client code, 
# released March 31, 1998. 
#
# The Initial Developer of the Original Code is Netscape Communications 
# Corporation.  Portions created by Netscape are 
# Copyright (C) 1998 Netscape Communications Corporation.  All Rights
# Reserved.
#

DEPTH = ..
topsrcdir	= @top_srcdir@
srcdir		= @srcdir@
VPATH		= @srcdir@

include $(DEPTH)/config/autoconf.mk

DIRS = unix

include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

build/unix/.cvsignore

0 → 100644
+2 −0
Original line number Diff line number Diff line
Makefile
nsprenv.mk
Loading