-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See ChangeLog file for changes [2021207]. Add include and lib directories (from sg3_utils) to ease building. Git tools can't handle svn externals.
- Loading branch information
1 parent
ff46f2b
commit 73547fc
Showing
65 changed files
with
26,849 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1275,5 +1275,3 @@ AC_SUBST([am__tar]) | |
AC_SUBST([am__untar]) | ||
]) # _AM_PROG_TAR | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -268,5 +268,3 @@ elif test -n "$list"; then | |
fi | ||
$AR -NOLOGO -LIST "$archive" || exit $? | ||
fi | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -345,5 +345,3 @@ exit $ret | |
# time-stamp-time-zone: "UTC" | ||
# time-stamp-end: "; # UTC" | ||
# End: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1478,5 +1478,3 @@ exit 1 | |
# time-stamp-format: "%:y-%02m-%02d" | ||
# time-stamp-end: "'" | ||
# End: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,5 +122,3 @@ | |
|
||
/* Version number of package */ | ||
#undef VERSION | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1799,5 +1799,3 @@ exit | |
# time-stamp-format: "%:y-%02m-%02d" | ||
# time-stamp-end: "'" | ||
# End: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,5 +117,3 @@ AC_ARG_ENABLE([fast-lebe], | |
|
||
# AC_PROG_LIBTOOL | ||
AC_OUTPUT(Makefile src/Makefile doc/Makefile scripts/Makefile) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ sdparm (1.12-0.1) unstable; urgency=low | |
|
||
* see ChangeLog | ||
|
||
-- Douglas Gilbert <[email protected]> Mon, 13 Jul 2020 21:00:00 -0400 | ||
-- Douglas Gilbert <[email protected]> Mon, 07 Dec 2020 21:00:00 -0500 | ||
|
||
sdparm (1.11-0.1) unstable; urgency=low | ||
|
||
|
@@ -168,5 +168,3 @@ sdparm (0.93-1) unstable; urgency=low | |
|
||
-- Tomas Fasth <[email protected]> Wed, 8 Jun 2005 23:48:13 +0000 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
10 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -789,5 +789,3 @@ exit 0 | |
# time-stamp-time-zone: "UTC0" | ||
# time-stamp-end: "; # UTC" | ||
# End: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
|
||
scsiincludedir = $(includedir)/scsi | ||
|
||
scsiinclude_HEADERS = \ | ||
sg_lib.h \ | ||
sg_lib_data.h \ | ||
sg_cmds.h \ | ||
sg_cmds_basic.h \ | ||
sg_cmds_extra.h \ | ||
sg_cmds_mmc.h \ | ||
sg_pr2serr.h \ | ||
sg_unaligned.h \ | ||
sg_pt.h \ | ||
sg_pt_nvme.h | ||
|
||
if OS_LINUX | ||
scsiinclude_HEADERS += \ | ||
sg_linux_inc.h \ | ||
sg_io_linux.h \ | ||
sg_pt_linux.h | ||
|
||
noinst_HEADERS = \ | ||
sg_pt_win32.h | ||
endif | ||
|
||
if OS_WIN32_MINGW | ||
scsiinclude_HEADERS += sg_pt_win32.h | ||
|
||
noinst_HEADERS = \ | ||
sg_linux_inc.h \ | ||
sg_io_linux.h | ||
endif | ||
|
||
if OS_WIN32_CYGWIN | ||
scsiinclude_HEADERS += sg_pt_win32.h | ||
|
||
noinst_HEADERS = \ | ||
sg_linux_inc.h \ | ||
sg_io_linux.h | ||
endif | ||
|
||
if OS_FREEBSD | ||
noinst_HEADERS = \ | ||
sg_linux_inc.h \ | ||
sg_io_linux.h \ | ||
sg_pt_win32.h | ||
endif | ||
|
||
if OS_SOLARIS | ||
noinst_HEADERS = \ | ||
sg_linux_inc.h \ | ||
sg_io_linux.h \ | ||
sg_pt_win32.h | ||
endif | ||
|
||
if OS_OSF | ||
noinst_HEADERS = \ | ||
sg_linux_inc.h \ | ||
sg_io_linux.h \ | ||
sg_pt_win32.h | ||
endif | ||
|
Oops, something went wrong.