Path: csiph.com!weretis.net!feeder6.news.weretis.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!171.64.64.130.MISMATCH!usenet.stanford.edu!not-for-mail From: don fong Newsgroups: gnu.bash.bug Subject: Re: add generated files to .gitignore Date: Tue, 27 Feb 2018 08:46:50 -0800 Lines: 33 Sender: dfong@dfong.org Approved: bug-bash@gnu.org Message-ID: References: <6c96a9b3-7fc3-8145-99cc-c14f523cce48@case.edu> <054e07cb-aca0-913a-f7e9-ea0fcdd2bf60@case.edu> <48878712-4ed0-0b98-dbb7-4606d4c309b9@case.edu> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1519750017 14822 208.118.235.17 (27 Feb 2018 16:46:57 GMT) X-Complaints-To: action@cs.stanford.edu Cc: Eric Blake , "bash.bug list" To: Chester Ramey Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dfong-org.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=3LGv06Sn3nRW9oe/gvVUaukkTbBUk4pWWVXUmEg66sw=; b=gtvyreItVrGONzoZhOdi3bNP/8cuI3vvgycJGOYREfwOOMmfoVfkzB6FOFXsZ8vwtx kf0sI9AoUOij4SVuYTfFL1paxhaWzXgbtmOe848xEAXsEBtGjOxzuBVCOSUouhQ4zG7M Vpo3HGChBGymVAvGK5pQcvj5W73lewUk033G4UAeeo/Ee6IRZ6otdkbdy9paDKrvBhFe 1e4HMRIwiboVXKe4MRAHMsfRbSzRcQ/0q5q5vP05srdKw7U+J7j72MoBx13mWsRpextM 2EhQrGpNk7Ng1yUtz7lLKPGE8TmJUjF3LrYNP8KqAWU6O7HEtlcX6UFvVzsrB+IC3pX2 1IKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=3LGv06Sn3nRW9oe/gvVUaukkTbBUk4pWWVXUmEg66sw=; b=TFB7+8OG6cxekhGM7lpeU929jhEQGhBuH+bUb4wruNespVDJf50AJPP7JLa3sNqwsb 1tbAisiF/rLUHFNke9uMJ+wex4zCsfM+0yiGx7c3ORB1WZNI8k0UKmyhtQvPoFvS/lfk GSUuBiOUVv24fF1gBHT9h9OUh4erCS1/bkzn9LNTJIRadHnbbRETrLvpWD0UEyMh06KS gfCogFg0Pt2vTy8O4AalpOcvOWoO+tzCW8LlTxNkMSWLrWK7scyNV5xumnJFTkUz0iyu +LDMZCZXMLIazYzy9ZKoy2/uaYPF6aN27Mk+NHHZbvrpUz15u12A57hC/V0uyZdWL1Og nAQQ== X-Gm-Message-State: APf1xPDmwO5G4aulTYynBriuenT9JXuaeFMUME/fJyQScA0WZ4M/N18e mWMTvpGUjeehzSSUk9qCeVZVAYnyhS7//si4H2PNHg== X-Google-Smtp-Source: AG47ELuFpzEkjqO1pCnrbmvRD/uRF1f6LM4ENMC/Pmw+c0wusvj1TmCfJfRIH9ye2KHkVRIHXx61GwsxYDo2HNWfqlQ= X-Received: by 10.55.25.82 with SMTP id k79mr22641656qkh.5.1519750011042; Tue, 27 Feb 2018 08:46:51 -0800 (PST) X-Originating-IP: [2600:1700:cd00:dfb0:1980:8ac:582b:b4d2] In-Reply-To: <48878712-4ed0-0b98-dbb7-4606d4c309b9@case.edu> X-Google-Sender-Auth: FVstVrnp7OyVcdjprV-zVpOL7wo X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:400d:c09::22b X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:13761 Chet, thanks for the suggestion. i still wonder what's the objection to changing .gitignore? using a separate directory to build, while i'm working on the sources, feels less convenient. On Sun, Feb 25, 2018 at 1:10 PM, Chet Ramey wrote: > On 2/25/18 2:49 PM, don fong wrote: > > Chet, i'm not sure i understand your suggestion. > > > >> You don't have to build in the source directory. > > > > i don't see anything in the INSTALL or README files about building > outside > > the source dir. > > according to INSTALL, > > This is a standard feature of any autoconf-generated configure script, and > is not specific to bash. Make a directory, cd to it, run > "bash /path/to/srcdir/configure" and configure will make sure the right > paths end up in the generated Makefiles. > > -- > ``The lyf so short, the craft so long to lerne.'' - Chaucer > ``Ars longa, vita brevis'' - Hippocrates > Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/ >