Bug 65490
| Summary: | %make does not work | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <ted> |
| Component: | rpm | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-05-25 16:14:49 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Need Real Name
2002-05-25 16:14:44 UTC
There is no %make in rpm, so the macro expansion does nothing, and the shell is fed the string "%make" wich it interprets as a job control directive in a non-interactive shell. Use "make" instead. OK. Thanks. However, if you look at : http://www.mandrakelinux.com/howtos/mdk-rpm/building.html section 4.4.3 you will see that they refer to a %make I don't know where it comes from but if rpm starts to split... where will it lead... Daniel I can't do anything about how Mandrake chooses to package. <shrug> FWIW %make is a very simple rpm configuration issue, not anything serious or important ... |