Subversion Repositories HelenOS

Rev

Rev 3265 | Rev 3283 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3265 Rev 3276
Line 206... Line 206...
206
 
206
 
207
	return 0;
207
	return 0;
208
}
208
}
209
 
209
 
210
EOF
210
EOF
211
	printf "Done.\n\nYou should now modify %ss/%ss.h and ../Makefile.in" \
211
	printf "Done.\n\nYou should now modify %ss/%ss.h and ../Makefile" \
212
		"${CMDTYPE}" "${CMDTYPE}"
212
		"${CMDTYPE}" "${CMDTYPE}"
213
	printf " to include your new command.\n"
213
	printf " to include your new command.\n"
214
	[ -n "$CMDALIAS" ] &&  {
214
	[ -n "$CMDALIAS" ] &&  {
215
		printf "\nYou should also modify %ss/%s_aliases.h and " \
215
		printf "\nYou should also modify %ss/%s_aliases.h and " \
216
			"${CMDTYPE}" "${CMDTYPE}"
216
			"${CMDTYPE}" "${CMDTYPE}"
217
		printf "add %s as an alias for %s\n" \
217
		printf "add %s as an alias for %s\n" \
218
			"${CMDALIAS}" "${CMDNAME}"
218
			"${CMDALIAS}" "${CMDNAME}"
219
	}
219
	}
220
	printf "\nOnce completed, re-run configure or configure.sub and make\n\n"
220
	printf "\nOnce completed, re-run make\n\n"
221
}
221
}
222
 
222
 
223
# Main program
223
# Main program
224
 
224
 
225
TIMESTAMP="$(date)"
225
TIMESTAMP="$(date)"