| Summary: | print directories where make enters | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | imz <vanyaz> |
| Component: | rpm-build | Assignee: | placeholder <placeholder> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 | CC: | arseny, glebfm, imz, ldv, php-coder, placeholder, vt |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
|
Description
imz
2002-12-30 20:38:58 MSK
Added setting of MAKEFLAGS=\"--print-directory\" variable to %___build_pre macro. Will be available in next rpm-build release. Added setting of MAKEFLAGS=\"--print-directory\" variable to %___build_pre macro. Will be available in next rpm-build release. Implemented in 4.0.4-alt13 Implemented in 4.0.4-alt13 I see it:
rpm --eval=%dump 2>&1 | grep MAKEFLAGS
MAKEFLAGS=\"--print-directory\"
but it doesn\'t seem to work (tested on pine.spec). Perhaps, the variable should exported. (In pine.spec, make is called as a subprocess of a script.)
I see it:
rpm --eval=%dump 2>&1 | grep MAKEFLAGS
MAKEFLAGS=\"--print-directory\"
but it doesn\'t seem to work (tested on pine.spec). Perhaps, the variable should exported. (In pine.spec, make is called as a subprocess of a script.)
Indeed. Indeed. Will be fixed in upcoming release. Will be fixed in upcoming release. |