Changeset View
Changeset View
Standalone View
Standalone View
head/share/mk/bsd.README
| Show First 20 Lines • Show All 109 Lines • ▼ Show 20 Lines | |||||
| the Makefile. | the Makefile. | ||||
| The variable DESTDIR works as before. It's not set anywhere but will change | The variable DESTDIR works as before. It's not set anywhere but will change | ||||
| the tree where the file gets installed. | the tree where the file gets installed. | ||||
| The profiled libraries are no longer built in a different directory than | The profiled libraries are no longer built in a different directory than | ||||
| the regular libraries. A new suffix, ".po", is used to denote a profiled | the regular libraries. A new suffix, ".po", is used to denote a profiled | ||||
| object, and ".pico" denotes a position-independent relocatable object. | object, and ".pico" denotes a position-independent relocatable object. | ||||
| ".nossppico" denotes a position-independent relocatable object without | |||||
| stack smashing protection. | |||||
| =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | ||||
| The following variables are common: | The following variables are common: | ||||
| AFLAGS.${SRC} | AFLAGS.${SRC} | ||||
| Flags dependent on source file name. | Flags dependent on source file name. | ||||
| ACFLAGS.${SRC} | ACFLAGS.${SRC} | ||||
| ▲ Show 20 Lines • Show All 532 Lines • Show Last 20 Lines | |||||