|
Home > Archive > Linux Debian support > January 2007 > Difference between Freebsd4.11 Makefile and Redhat 9.0 linux
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Difference between Freebsd4.11 Makefile and Redhat 9.0 linux
|
|
| yogesh 2007-01-06, 7:18 pm |
| can u tell the difference between the Makefile for the Freebsd and
Redhat
please ......
| |
| Pascal Bourguignon 2007-01-06, 7:18 pm |
| "yogesh" <yogeshkumark@gmail.com> writes:
> can u tell the difference between the Makefile for the Freebsd and
> Redhat
Yes. On *BSD systems you usually have a "normal" make.
On GNU/Linux systems you usually have a GNU make. GNU make has some
nice extensions, but of course, if you use them, your makefiles won't
be usable by the "normal" makes.
Thankfully, it's usually trivial to download and compile GNU make on
any unix system, so you can easily use GNU make extensions in your
makefiles, and just specify in your INSTALL file: "Use GNU make to
compile this program!".
--
__Pascal Bourguignon__ http://www.informatimago.com/
"Debugging? Klingons do not debug! Our software does not coddle the
weak."
| |
|
| On Fri, 29 Dec 2006 21:57:02 -0800, yogesh wrote:
> can u tell the difference between the Makefile for the Freebsd and
> Redhat
Didn't you already multipost this very question all over the linux
newsgroups in the last few days?
You didn't believe the answers you were given?
What's your problem, doofus?
--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
| |
| J.O. Aho 2007-01-06, 7:18 pm |
| Dan C wrote:
> On Fri, 29 Dec 2006 21:57:02 -0800, yogesh wrote:
>
>
> Didn't you already multipost this very question all over the linux
> newsgroups in the last few days?
>
> You didn't believe the answers you were given?
>
> What's your problem, doofus?
Yes, he has, this is at least the third time he posts the question, only
difference is that he now seems to have RedHat9 instead of RedHat8, and still
thinks he is using a newer Linux version than what his FreeBSD was.
For using FreeBSD he don't know what port is, and don't know the difference
between a port-makefile and real makefile.
He don't seem to manage to use google to find the information he had needed
for making RPMs and find the difference with the makefiles.
--
//Aho
|
|
|
|
|