Hi Maksym, > > export GREP_OPTIONS > > > > + CDPATH= > > + export CDPATH > > May be consider to use 'unset CDPATH' instead of exporting empty var?
This is make syntax, unset is not available here. > > > include $(TOPDIR)/include/debug.mk > > include $(TOPDIR)/include/depends.mk > > include $(TOPDIR)/include/toplevel.mk _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
