index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jason St. John <jstjohn@purdue.edu> | 2014-08-07 00:43:20 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-09 14:18:59 +1000 |
commit | ab07dfdeb9b4ecc443aa25f40fa530a730f65cde (patch) | |
tree | 58b27c50353f9eb540c6b7a3d6d05cf80b024f67 /doc/makepkg.conf.5.txt | |
parent | 37634d22e501538e5a4b12105a0b56542841e71f (diff) |
-rw-r--r-- | doc/makepkg.conf.5.txt | 4 |
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 20d4751b..5bd3a4a8 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -58,11 +58,11 @@ Options installation. **CHOST=**"chost":: - A string such as ``i686-pc-linux-gnu''; do not touch unless you know what + A string such as ``i686-pc-linux-gnu''; do not touch this unless you know what you are doing. This can be commented out by most users if desired. **CPPFLAGS=**"cppflags":: - Flags used for the C preprocessor; see CFLAGS for more info. + Flags used for the C preprocessor; see CFLAGS for more information. **CFLAGS=**"cflags":: Flags used for the C compiler. This is a key part to the use of makepkg. |