[Bug 6002] New: Makefile.in uses mktemp

bugzilla at busybox.net bugzilla at busybox.net
Thu Feb 28 00:49:32 UTC 2013


https://bugs.busybox.net/show_bug.cgi?id=6002

           Summary: Makefile.in uses mktemp
           Product: uClibc
           Version: 0.9.33.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at uclibc.org
        ReportedBy: noloader at gmail.com
                CC: uclibc-cvs at uclibc.org
   Estimated Hours: 0.0


Below is around line 170 in Makefile.in. I believe its preferred to use mkstemp
with XXXXXX of at least 6. 

@$(disp_gen)
$(Q)set -e; \
tmp=`mktemp $(top_builddir)include/bits/sysnum.h.XXXXXX 2>/dev/null || true`; \
    [ -z "$$tmp" ] && tmp='$(top_builddir)include/bits/sysnum.h.new'; \

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list