Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next »
Summary Period: 2002-05-13 to 2002-05-05 (Commits 5097-5146 of 10846)
removed uml_netjig, and added rc.d scripts to list of installed files
8 lines of code changed in:
mkdep dies when given a -I to a directory that does not exist.
arch/${ARCH}/include is for UM arch only, so include it for that
ARCH only.
8 lines of code changed in:
random bug reports...
7 lines of code changed in:
don't patch in .cvsignore files.
2 lines of code changed in:
ignore the results directory that is produced when one
runs "make check" without $REGRESSRESULTS set.
1 lines of code changed in:
uml_netjig is no longer installed by default.
0 lines of code changed in:
need to set LC_ALL to get sort to work consistently.
2 lines of code changed in:
this is now uml_netjig version 2.
It has a command protocol (--cmdproto) which permits one to
invoke some functions as desired.
Without this option, it acts like version 1.
660 lines of code changed in:
uml_netjig is now only build for the "checkprograms" target.
4 lines of code changed in:
added $TEST_TYPE for common "runme.sh" script
1 lines of code changed in:
adjusted usage of manlink for "make snapready" usage.
4 lines of code changed in:
correct -I flags
4 lines of code changed in:
do not install any files to $CONFDIR or $CONFDDIR if the
target already exists. (Applies to /etc/ipsec.conf only for
now)
2 lines of code changed in:
added overwrite-install-01 test to test for overwriting
of critical files during a second install.
211 lines of code changed in:
added REF_FILE_CONTENTS and POST_INSTALL targets to mkinsttest.
28 lines of code changed in:
use $(INST???FLAGS) for all stock installs of programs.
7 lines of code changed in:
documented the new "mkinsttest" target type.
47 lines of code changed in:
script to produce kernelpatch format file.
30 lines of code changed in:
added basic kernel patch target.
13 lines of code changed in:
Moved from linux/README,v
205 lines of code changed in:
Moved to linux/README.freeswan,v
0 lines of code changed in:
taroldinstall needs --ignore-failed-read.
removed "backup" target.
2 lines of code changed in:
basic-uninstall test - install everything, then uninstall it,
and make sure that one has an empty directory list at the end.
10 lines of code changed in:
adjustment of INSTALLFLAGS->INSTALL_FLAGS parameter.
2 lines of code changed in:
renamed INSTALLFLAGS -> INSTALL_FLAGS.
Introduced uninstall target.
_FLAGS must contain "install" and "uninstall" as appopriate.
12 lines of code changed in:
when making the install_file_list, make sure to pass the entire
makeflags (in particular, DESTDIR=) in, or we get it wrong.
3 lines of code changed in:
manlink -n idea is a fail. It depended upon being able to
read the man page at the installed location, which isn't going
to work consistently. manlink now just generates a list of links
that should be made, leaving the Makefile script to decide what
to do with them. Further, it now processes the files found in the
repository, rather than the ones installed.
35 lines of code changed in:
enabled XISP-inspired install test case.
6 lines of code changed in:
set TEST_PURPOSE on install tests to "goal"
2 lines of code changed in:
added install_file_list target to gather list of all files that
would be installed by "make install" (for PR#65).
manlink has new "-n" option to just print which files would be
created rather than actually doing it.
119 lines of code changed in:
init.d scripts were not properly installed.
42 lines of code changed in:
ignore common UMLPOOL dirrectory.
1 lines of code changed in:
kernel target of "bzImage" is very i386 specific, let it default
to whatever is appropriate.
2 lines of code changed in:
path that was added was based upon the wrong substituted variable.
2 lines of code changed in:
xisp-style (root-disk) install test.
147 lines of code changed in:
replace /usr/local/sbin with ${IPSEC_SBINDIR} in $PATHS.
3 lines of code changed in:
added SBINDIR expansion for .in shell files.
added dependancy for .in files on Makefile.inc
3 lines of code changed in:
use stock testing Makefile
49 lines of code changed in:
added packaging subdir.
2 lines of code changed in:
files need to be sorted to be compared consistently.
91 lines of code changed in:
ignore files.
2 lines of code changed in:
ignore the umlsetup.sh file.
1 lines of code changed in:
setup.sh script for packaging tests.
1 lines of code changed in:
/usr/local install list.
139 lines of code changed in:
remove target root directory before installing into it.
2 lines of code changed in:
adjusted variables to standard $REF_ type.
7 lines of code changed in:
runme.sh script now common for all test types.
22 lines of code changed in:
basic install test parameters.
6 lines of code changed in:
moved runme.sh script to utils dir.
0 lines of code changed in:
added documentation of $TEST_TYPE variable.
11 lines of code changed in:
Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next »
Generated by StatCVS 0.2.2