Jeronimo Pellegrini wrote: > > On Sat, Jan 06, 2001 at 06:24:01PM +0000, Mircea Luca wrote: > > Hi > > > > I'd like to recompile some parts of my install(sid) specific for my > > system > > mainly what is set up already in .bash_profile (for both root and user) > > ----------------------------------------- > > #Begin /root/.bash_profile > > alias ls='ls -a -color' > > PS1='\u:\w$' > > TERM=linux > > CFLAGS="-O3 -march=k6 -mcpu=k6" > > CXXFLAGS=$CFLAGS > > export PS1 TERM CFLAGS CXXFLAGS > > #EOF > > ------------------------------------------- > > now any idea how would I tell dpkg-buildpackage about it ? > > I looked through the manual and the packaging manuals but ....well I > > wouldn't post here if I would've find anything. > > The above settings don't seem to do anything. > > dpkg --print-avail pentium-builder > > :-) > > J. >
Thanks,that was quick Now since the package doesn't have a man page and I don't read perl will that code read my environment settings or do I have to edit that perl script. ?

