X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Yahoo-Newman-Id: 58871 DOT 77957 DOT bm AT omp1003 DOT access DOT mail DOT mud DOT yahoo DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1326127621; bh=4Y8qL/uReyn4lwwZP9HrCXPDzTzHEzqM5bSMxK2YVrk=; h=X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=sOXHtliM8KqgiHLO3gbuxX6xQuFNlKOjzM6E6Peu18rHg4SwthIournV6sHLWTHXsUCdD8JAheyVuN7zNUAOt8TY/tSc9Cb6uSfGexWFo77NVAYq/e45qqOllhZCk5sd8KXfjyfG8fHiu3Ckt22g9QImTNVsIbkP8UsCmzzDmRk= X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: Btlz1UQVM1lQyxmSTLmi.WvnGt_b4_MBHB2ezosBlN8tNWC x7R78qLa7SdLuSd8.qQCjeJ5WQ8i3h2.6VSuwFnEv5igLClfXRVivrenFUoz G8xp7BwZUdtKLKugB975m_YE8NBoD9rlnHeIPHWqmM83gadxCmrjVaYgG5mn GiYiay6zGIY_D1WK3ztMUKIw5hbro3HqUYa73Z_VldVQS9OvgqHKckPYZnCv OPm60IY6TW55LxMoh3CyLV6jzmxy7o8ErnHkDDbeo7WnpHAWXOjLpz.wTF7B qNTOMcQkwUJ0aLoCpexFenv6xontM74ZRO26IX.GYQ1NmQYwldNyKrL6Y6Ay GC.QyMkid7r1YbBj9uwoe.V59_0oHeMW0xBqXnFq4_Q_u1oc_XXBkgwGgNab 3_qMNH75qNI7gU5w_rSbR1pEnxrIMTCYfeGH3m5a4usQwuxbOvA-- X-Yahoo-SMTP: cRYcg6iswBB2FjGq8SGIABhHKVBidFELKR868CirtDQ- Message-ID: <1326127571.1722.3.camel@Lab1.home> Subject: Re: [geda-user] How to regenerate net file From: Vinny Onelli To: geda-user AT delorie DOT com Date: Mon, 09 Jan 2012 11:46:11 -0500 In-Reply-To: <4F09DF2B.4040009@optonline.net> References: <1325873411 DOT 1722 DOT 15 DOT camel AT Lab1 DOT home> <201201061903 DOT q06J3907000709 AT envy DOT delorie DOT com> <1325889171 DOT 1735 DOT 15 DOT camel AT Lab1 DOT home> <201201062236 DOT q06MaapB010931 AT envy DOT delorie DOT com> <1326034818 DOT 1711 DOT 8 DOT camel AT Lab1 DOT home> <4F09DF2B DOT 4040009 AT optonline DOT net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2 (3.2.2-1.fc16) Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 2012-01-08 at 13:23 -0500, gene glick wrote: > > > > I did all that, my point is the second time I ran gsch2psb the *.net > > file it self was not updated because the *.net had the same date and > > time as the previous one. > > > > For your own sanity, you can always try gnetlist -g PCB, yes? something > like: > gnetlist -g PCB -o myNetlistFile someSchematic1 someSchematic2 > > Then load that back into PCB with: > file -> load Netlist > Followed by o (optimize) > > I use a makefile to keep track of things, and have a target for simply > generating a netlist. > Thank you, this is exactly what I was looking for an alternate way to generate the *.net file.