After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 127245 - [PATCH] Change from mkdir --parent to mkdir -p in install_locales.p?
[PATCH] Change from mkdir --parent to mkdir -p in install_locales.p?
Status: RESOLVED FIXED
Product: gDesklets
Classification: Deprecated
Component: build_system
unspecified
Other FreeBSD
: Normal normal
: ---
Assigned To: gDesklets Maintainers
gDesklets Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-11-17 23:47 UTC by Jeremy Messenger
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
An attach of patch.. (460 bytes, patch)
2003-11-17 23:48 UTC, Jeremy Messenger
none Details | Review

Description Jeremy Messenger 2003-11-17 23:47:38 UTC
In FreeBSD, it doesn't work so I had to patch it to make work. I am 
wondering if it will work on Linux too if it change to 'mkdir -p'? If no, 
then don't worry and go ahead close this. Or, you can add on check OS if 
you want to.
Comment 1 Jeremy Messenger 2003-11-17 23:48:02 UTC
Created attachment 21559 [details] [review]
An attach of patch..
Comment 2 Martin Grimme 2003-11-18 11:28:31 UTC
Thanks. 'mkdir --parents' is GNU syntax, but 'mkdir -p' is available
on Linux as well. So the patch doesn't hurt there. It's in CVS now.

Doesn't FreeBSD use the GNU utils?
Comment 3 Jeremy Messenger 2003-11-18 18:03:03 UTC
> Doesn't FreeBSD use the GNU utils?

Nope, not on mkdir. We do have gmake, GNU diff and etc. It's depend 
on, there have some BSD and GNU. :-)

Thanks for add others and here in CVS, that should reduce the patches 
in the FreeBSD ports tree. I am a maintainer of deskutils/gdesklets.