This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] cygport: arch-specific workdir


Yaakov (Cygwin/X) writes:
> This is now in git master.

How about this change?  I'm usually having $arch set in my shell to
divert the build results to the proper release directories, and having
yet another naming convention doesn't really help with that.


bin/cygport.in: follow Cygwin convention for directory naming (x86 instead of i686)

diff --git a/bin/cygport.in b/bin/cygport.in
index 943d391..2ecfc25 100755
--- a/bin/cygport.in
+++ b/bin/cygport.in
@@ -672,7 +672,7 @@ unset restrict
 #
 ################################################################################
 
-declare -r workdir="${top}/${$PF}.${ARCH}";
+declare -r workdir="${top}/${$PF}.${ARCH/i686/x86}";
 declare -r srcdir="${workdir}/src";
 declare -r origsrcdir="${workdir}/origsrc";
 declare -r configdir="${workdir}/config";


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]