Skip to content

Commit

Permalink
Bug 922288 - Remove some unnecessary boilerplate from Makefile.ins; r…
Browse files Browse the repository at this point in the history
…=mshal
  • Loading branch information
Ms2ger committed Oct 3, 2013
1 parent 1ee1f27 commit d1e1fda
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 55 deletions.
7 changes: 0 additions & 7 deletions dom/fmradio/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.

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

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/dom/dom-config.mk

include $(topsrcdir)/config/rules.mk
Expand Down
7 changes: 0 additions & 7 deletions mobile/android/geckoview_library/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

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

include $(DEPTH)/config/autoconf.mk

INSTALL_TARGETS += GECKOVIEW_LIBRARY
GECKOVIEW_LIBRARY_DEST = $(CURDIR)
GECKOVIEW_LIBRARY_FILES := \
Expand Down
17 changes: 0 additions & 17 deletions netwerk/cache2/Makefile.in

This file was deleted.

4 changes: 4 additions & 0 deletions netwerk/cache2/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ CPP_SOURCES += [
'OldWrappers.cpp',
]

LOCAL_INCLUDES += [
'../base/src',
]

LIBRARY_NAME = 'nkcache2_s'

FAIL_ON_WARNINGS = True
Expand Down
10 changes: 0 additions & 10 deletions security/manager/ssl/tests/unit/tlsserver/cmd/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/config/config.mk

LIBS = \
Expand All @@ -26,5 +18,3 @@ DEFINES += $(TK_CFLAGS)
LOCAL_INCLUDES += \
-I$(srcdir)/../lib \
$(NULL)

include $(topsrcdir)/config/rules.mk
10 changes: 0 additions & 10 deletions toolkit/devtools/apps/tests/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@

include $(DEPTH)/config/autoconf.mk

# The mochitest doesn't work on fennec yet
ifneq (android,$(MOZ_WIDGET_TOOLKIT))
MOCHITEST_FILES = \
Expand All @@ -27,5 +19,3 @@ MOCHITEST_DATA_FILES = \
MOCHITEST_DATA_DEST = $(MOCHITEST_DEST)/data
INSTALL_TARGETS += MOCHITEST_DATA
endif

include $(topsrcdir)/config/rules.mk
4 changes: 0 additions & 4 deletions tools/quitter/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

include $(DEPTH)/config/autoconf.mk

XPI_NAME = quitter
XPI_PKGNAME = [email protected]
NO_JS_MANIFEST = 1
Expand All @@ -16,5 +14,3 @@ DIST_FILES = \

# Used in install.rdf
USE_EXTENSION_MANIFEST=1

include $(topsrcdir)/config/rules.mk

0 comments on commit d1e1fda

Please sign in to comment.