Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 743241 - Remove OSARCH and OSTYPE defines from config.mk. r=ted
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Apr 25, 2012
1 parent 79fe37b commit eacc3cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
6 changes: 0 additions & 6 deletions config/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -660,12 +660,6 @@ endif
-include $(topsrcdir)/$(MOZ_BUILD_APP)/app-config.mk
-include $(MY_CONFIG)

######################################################################
# Now test variables that might have been set or overridden by $(MY_CONFIG).

DEFINES += -DOSTYPE=\"$(OS_CONFIG)\"
DEFINES += -DOSARCH=$(OS_ARCH)

######################################################################

GARBAGE += $(DEPENDENCIES) $(MKDEPENDENCIES) $(MKDEPENDENCIES).bak core $(wildcard core.[0-9]*) $(wildcard *.err) $(wildcard *.pure) $(wildcard *_pure_*.o) Templates.DB
Expand Down
2 changes: 2 additions & 0 deletions intl/locale/src/unix/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ ifeq ($(OS_ARCH), Linux)
DEFINES += -D_XOPEN_SOURCE=500
endif

DEFINES += -DOSTYPE=\"$(OS_CONFIG)\"

nsUNIXCharset.$(OBJ_SUFFIX): unixcharset.properties.h

unixcharset.properties.h: $(srcdir)/../props2arrays.py unixcharset.properties
Expand Down
6 changes: 0 additions & 6 deletions js/src/config/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -660,12 +660,6 @@ endif
-include $(topsrcdir)/$(MOZ_BUILD_APP)/app-config.mk
-include $(MY_CONFIG)

######################################################################
# Now test variables that might have been set or overridden by $(MY_CONFIG).

DEFINES += -DOSTYPE=\"$(OS_CONFIG)\"
DEFINES += -DOSARCH=$(OS_ARCH)

######################################################################

GARBAGE += $(DEPENDENCIES) $(MKDEPENDENCIES) $(MKDEPENDENCIES).bak core $(wildcard core.[0-9]*) $(wildcard *.err) $(wildcard *.pure) $(wildcard *_pure_*.o) Templates.DB
Expand Down
2 changes: 1 addition & 1 deletion layout/style/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ progress {
background-color: #0064b4; /* blue */
}

%if OSARCH==OS2
%ifdef XP_OS2
input {
font: medium serif; font-family: inherit
}
Expand Down

0 comments on commit eacc3cf

Please sign in to comment.