Changeset 375 for trunk/src/gmake/kmkbuiltin/cp.c
- Timestamp:
- Dec 18, 2005, 5:54:17 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/kmkbuiltin/cp.c
r371 r375 78 78 #include "mscfakes.h" 79 79 #include "ftsfake.h" 80 #endif 80 #endif 81 81 82 82 #include "cp_extern.h" … … 136 136 fflag = iflag = nflag = pflag = vflag = Rflag = rflag = 0; 137 137 info = 0; 138 138 139 /* reset getopt and set progname. */ 139 140 g_progname = argv[0]; … … 146 147 #else 147 148 optind = 0; /* init */ 148 #endif 149 #endif 149 150 150 151 Hflag = Lflag = Pflag = 0; … … 169 170 #else 170 171 return errx(1, "recursive copy is not implemented!"); 171 #endif 172 #endif 172 173 case 'f': 173 174 fflag = 1; … … 191 192 #else 192 193 return errx(1, "recursive copy is not implemented!"); 193 #endif 194 #endif 194 195 case 'v': 195 196 vflag = 1; … … 215 216 fts_options &= ~FTS_PHYSICAL; 216 217 fts_options |= FTS_LOGICAL; 217 #endif 218 #endif 218 219 } 219 220 #ifdef DO_CP_TREE … … 225 226 fts_options |= FTS_LOGICAL; 226 227 } 227 } else 228 #endif 228 } else 229 #endif 229 230 { 230 231 fts_options &= ~FTS_PHYSICAL;
Note:
See TracChangeset
for help on using the changeset viewer.