Closed Bug 703898 Opened 13 years ago Closed 13 years ago

Remove superfluous |ifeq (,$(filter WINNT OS2,$(OS_ARCH)))| from build/unix/Makefile.in

Categories

(Firefox Build System :: General, defect)

defect
Not set
trivial

Tracking

(Not tracked)

RESOLVED FIXED
mozilla11

People

(Reporter: emorley, Assigned: emorley)

Details

Attachments

(1 file, 1 obsolete file)

build/Makefile.in does: (http://hg.mozilla.org/mozilla-central/file/46c2bd7dbdd4/build/Makefile.in#l48)
{
ifeq (,$(filter WINNT OS2,$(OS_ARCH)))
DIRS		= unix
endif
}

Therefore the |ifeq (,$(filter WINNT OS2,$(OS_ARCH)))| in build/unix/Makefile.in isn't required:
http://hg.mozilla.org/mozilla-central/file/46c2bd7dbdd4/build/unix/Makefile.in#l55
Attached patch Patch v1 (obsolete) — Splinter Review
Attachment #575680 - Flags: review?(ted.mielczarek)
Comment on attachment 575680 [details] [diff] [review]
Patch v1

Review of attachment 575680 [details] [diff] [review]:
-----------------------------------------------------------------

::: build/unix/Makefile.in
@@ +52,5 @@
>  endif
>  
>  ifdef ENABLE_TESTS
> +DIRS += test
> +endif

Can you just change this to use TEST_DIRS while you're here?
Attachment #575680 - Flags: review?(ted.mielczarek) → review+
Attached patch Patch v1.1Splinter Review
Sure; done :-)
Attachment #575680 - Attachment is obsolete: true
https://hg.mozilla.org/integration/mozilla-inbound/rev/41b52e1c5394
Flags: in-testsuite-
Target Milestone: --- → mozilla11
https://hg.mozilla.org/mozilla-central/rev/41b52e1c5394
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: