[PlanetCCRMA] Compiling ccrma kernels

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Mon Oct 27 17:31:02 2003


> > > There seems to be stuff in the spec file to include the distro version
> > > in the suffix but my fiddling hasn't managed to make it come alive. 
> > > Should I just tack ".rh80" onto the end of the "6.ll" release version?
> > 
> > Yup, that would be enough. The version specific suffix is added during
> > the build process, I did not add that inside the spec file as that is
> > common to all spec files. 
> 
> How do you add something to the release version in a build?  --define?

Yup. That would be something like:
  --define "release_suffix rh80"
or whatever...
-- Fernando