Browse thread
[Caml-list] Ocaml Makefile on FreeBSD
-
climb
-
Johan Balti¨¦
- Richard Nyberg
- Ceri Storey
- Nicolas Cannasse
-
Johan Balti¨¦
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Richard Nyberg <rnyberg@i...> |
| Subject: | Re: [Caml-list] Ocaml Makefile on FreeBSD |
> By using gmake instead of make. > > Default "make" on BSD is not GNU compliant. Well, GNU make is not BSD compliant ;) Anyway, if you're writing a Makefile which invokes make recursively please invoke it as $(MAKE) instead of make. This saves people from having to modify the makefile if the make they want to use has another name. -Richard ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners