Modify ↓
Opened 16 years ago
Last modified 10 years ago
#356 new defect
c:make should use short command line options
Reported by: | james@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | minor | Milestone: | 0.6.1 |
Component: | Recipe commands | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | BSD |
Description
We are using bitten-slave on FreeBSD 6.x and 7.x. FreeBSD's make implmenentation does not known long command line options (like --directory), which breaks the c:make command on those platforms.
It may be a solution to always use the short versions of the command line options to be as compatible as possible on many platforms.
Attachments (1)
Change History (4)
comment:1 Changed 15 years ago by osimons
- Milestone changed from 0.6 to 0.6.1
comment:2 Changed 15 years ago by james@…
I attached the patch. I'm hoping to see this in future versions. Thanks.
comment:3 Changed 15 years ago by Olaf Meeuwissen <olaf@…>
GNU make uses the same short options, so patch should be fine there too.
Note: See
TracTickets for help on using
tickets.
Makes sense to me. Patches welcome :-)