mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
remove dependency on perl to rotate the build number. this target should
have only been defined if MOZILLA_OFFICIAL was set, but it didn't work right at all. i've commented out the offending lines for now, until it is determined how we go about rolling version numbers in the new world.
This commit is contained in:
parent
f8cc315185
commit
7ef3cdd127
@ -59,13 +59,13 @@ mantomak.exe:: mantomak.c
|
||||
bin2rc.exe:: bin2rc.c
|
||||
$(CC) -O2 -MD bin2rc.c
|
||||
|
||||
export:: makecopy.exe mangle.exe mantomak.exe bin2rc.exe $(DEPTH)/build/build_number
|
||||
export:: makecopy.exe mangle.exe mantomak.exe bin2rc.exe
|
||||
|
||||
#update build number from within make script
|
||||
$(DEPTH)/build/build_number:: FORCE
|
||||
$(RM) $@
|
||||
$(PERL) bdate.pl > $@
|
||||
$(PERL) aboutime.pl $(DEPTH)/l10n/us/xp/about-all.html $@
|
||||
# $(DEPTH)/build/build_number:: FORCE
|
||||
# $(RM) $@
|
||||
# $(PERL) bdate.pl > $@
|
||||
# $(PERL) aboutime.pl $(DEPTH)/l10n/us/xp/about-all.html $@
|
||||
|
||||
install:: export
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user