Closed Bug 382451 Opened 17 years ago Closed 17 years ago

l10n/l10n.mk should mkdir -p instead of mkdirhier

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Pike, Unassigned)

References

()

Details

Attachments

(1 file)

Attached patch use mkdir -pSplinter Review
I used mkdirhier in l10n.mk, I should have just used mkdir -p. That seems to be way more portable, it works on mac and on MozillaBuild (where mkdirhier just failed for me).
Attachment #266617 - Flags: review?(benjamin)
Comment on attachment 266617 [details] [diff] [review]
use mkdir -p

You realize I really have no clue what this file is for?

mkdir -p is not uber-portable (it's a GNU-ism), but it's better than a command I've never heard of.

This file looks ripe for rewriting in python.
Attachment #266617 - Flags: review?(benjamin) → review+
FIXED, I might rewrite this in python at a later stage, but this fixes the imminent bug for now.
Status: NEW → RESOLVED
Closed: 17 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.