Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Nov 1995 18:03:22 -0600
From:      "Eric L. Hernes" <erich@lodgenet.com>
To:        "Jordan K. Hubbard" <jkh@time.cdrom.com>
Cc:        "Eric L. Hernes" <erich@freefall.freebsd.org>, CVS-commiters@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit: ports/emulators/linux_lib/pkg PLIST 
Message-ID:  <199511090003.SAA02403@jake.lodgenet.com>
In-Reply-To: Your message of "Wed, 08 Nov 1995 15:25:05 PST." <29427.815873105@time.cdrom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Jordan K. Hubbard" writes:
>>   3) allowed `mkdir ${PREFIX}' to fail gracefully
>
>What's wrong with mkdir -p ${PREFIX} so that the intervening subdirs
>get built *and* it doesn't "fail"?

ok, I should have said `allow mkdir -p ${PREFIX}' to fail gracefully,

all I did was add ``[ -d ${PREFIX} ] ||'' to the front of the mkdir
command. I ran the previous version on a machine that already
had /compat/linux, and the pre-build failed.
Maybe I'm just being anal about it. ;-)

>
>					Jordan
>

eric.
--
erich@lodgenet.com
erich@rrnet.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511090003.SAA02403>