Searched refs:BB_VER (Results 1 – 15 of 15) sorted by relevance
248 ln -s "libbusybox.so.$BB_VER" "$sharedlib_dir"/libbusybox.so 2>/dev/null254 EXE="$sharedlib_dir/libbusybox.so.${BB_VER}_unstripped"260 -Wl,-soname="libbusybox.so.$BB_VER" \272 … -s --remove-section=.note --remove-section=.comment $EXE -o "$sharedlib_dir/libbusybox.so.$BB_VER"273 chmod a+x "$sharedlib_dir/libbusybox.so.$BB_VER"274 echo "libbusybox: $sharedlib_dir/libbusybox.so.$BB_VER"
14 const char bb_banner[] ALIGN1 = "BusyBox v" BB_VER BB_EXTRA_VERSION;
5 BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)6 export BB_VER18 -DBB_VER=$(squote)$(quote)$(BB_VER)$(quote)$(squote)
36 LIBBUSYBOX_SONAME:= 0_lib/libbusybox.so.$(BB_VER)
1238 str_V = "udhcp "BB_VER; in udhcpc_main()1367 bb_simple_info_msg("started, v"BB_VER); in udhcpc_main()
936 bb_simple_info_msg("started, v"BB_VER); in udhcpd_main()
1310 bb_simple_info_msg("started, v"BB_VER); in udhcpc6_main()
1075 puts("fsck (busybox "BB_VER")"); in fsck_main()
1055 log8("crond (busybox "BB_VER") started, log level %d", G.log_level); in crond_main()
7087 printf("%s "BB_VER"\n" in bc_vm_info()
1036 timestamp_and_log_internal("syslogd started: BusyBox v" BB_VER); in do_syslogd()
961 puts("tar (busybox) " BB_VER); in tar_main()
1609 putenv((char*)"SERVER_SOFTWARE=busybox httpd/"BB_VER); in send_cgi_and_exit()
3315 status_line(BB_VER); in colon()
501 static const char hush_version_str[] ALIGN1 = "HUSH_VERSION="BB_VER;