Changeset 13027 for trunk/abcl/contrib/asdf-install/variables.lisp
- Timestamp:
- 11/19/10 11:24:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/contrib/asdf-install/variables.lisp
r12487 r13027 53 53 54 54 (defvar *gnu-tar-program* 55 #-(or :netbsd :freebsd :solaris ) "tar"56 #+(or :netbsd :freebsd :solaris ) "gtar"55 #-(or :netbsd :freebsd :solaris :sunos) "tar" 56 #+(or :netbsd :freebsd :solaris :sunos) "gtar" 57 57 "Path to the GNU tar program") 58 58
Note: See TracChangeset
for help on using the changeset viewer.